More advanced completions
This commit is contained in:
parent
b42631942b
commit
db7f693550
1 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ port-arg = "-p {}"
|
|||
[[language.debugger.templates]]
|
||||
name = "binary"
|
||||
request = "launch"
|
||||
completion = [ "filename" ]
|
||||
completion = [ { name = "binary", completion = "filename" } ]
|
||||
args = { console = "internalConsole", program = "{0}" }
|
||||
|
||||
[[language.debugger.templates]]
|
||||
|
@ -99,7 +99,7 @@ port-arg = "-p {}"
|
|||
[[language.debugger.templates]]
|
||||
name = "binary"
|
||||
request = "launch"
|
||||
completion = [ "filename" ]
|
||||
completion = [ { name = "binary", completion = "filename" } ]
|
||||
args = { console = "internalConsole", program = "{0}" }
|
||||
|
||||
[[language.debugger.templates]]
|
||||
|
@ -129,7 +129,7 @@ port-arg = "-p {}"
|
|||
[[language.debugger.templates]]
|
||||
name = "binary"
|
||||
request = "launch"
|
||||
completion = [ "filename" ]
|
||||
completion = [ { name = "binary", completion = "filename" } ]
|
||||
args = { console = "internalConsole", program = "{0}" }
|
||||
|
||||
[[language.debugger.templates]]
|
||||
|
@ -161,13 +161,13 @@ port-arg = "-l 127.0.0.1:{}"
|
|||
[[language.debugger.templates]]
|
||||
name = "source"
|
||||
request = "launch"
|
||||
completion = [ "filename" ]
|
||||
completion = [ { name = "entrypoint", completion = "filename", default = "." } ]
|
||||
args = { mode = "debug", program = "{0}" }
|
||||
|
||||
[[language.debugger.templates]]
|
||||
name = "binary"
|
||||
request = "launch"
|
||||
completion = [ "filename" ]
|
||||
completion = [ { name = "binary", completion = "filename" } ]
|
||||
args = { mode = "exec", program = "{0}" }
|
||||
|
||||
[[language.debugger.templates]]
|
||||
|
|
Loading…
Add table
Reference in a new issue