backup
This commit is contained in:
parent
972802e532
commit
9c05c52ebf
17 changed files with 63 additions and 36 deletions
|
@ -23,10 +23,9 @@ local function setup_go_configuration(dap, configs)
|
|||
name = "Debug",
|
||||
request = "launch",
|
||||
program = "${workspaceFolder}",
|
||||
args = {},
|
||||
buildFlags = configs.delve.build_flags,
|
||||
outputMode = configs.delve.output_mode,
|
||||
outputMode = "remote",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
if dap.configurations.go == nil then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue