We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a2207a + e7b8de2 commit c027db2Copy full SHA for c027db2
1 file changed
commands/dap.go
@@ -61,6 +61,9 @@ func (d *adapterProtocolDebugger) Start(printer *progress.Printer, opts *BuildOp
61
if cfg.ContextPath != "" {
62
opts.ContextPath = cfg.ContextPath
63
}
64
+ if cfg.Target != "" {
65
+ opts.Target = cfg.Target
66
+ }
67
return nil
68
69
0 commit comments