diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml index 20729b25..6877dd4a 100644 --- a/languages.toml +++ b/languages.toml @@ -173,8 +173,8 @@ args = { mode = "exec", program = "{0}" } [[language.debugger.templates]] name = "test" request = "launch" -completion = [ "directory: tests", "directory: cache output" ] -args = { mode = "test", program = "{0}", output = "{1}" } +completion = [ { name = "tests", completion = "directory", default = "." } ] +args = { mode = "test", program = "{0}" } [[language.debugger.templates]] name = "attach" |