Move to an AST like data structure #76
|
@ -18,7 +18,10 @@
|
|||
"program": {
|
||||
"command": "just"
|
||||
},
|
||||
"args": ["test"],
|
||||
"args": [
|
||||
"test",
|
||||
"_spec" // Adapt to the spec to debug
|
||||
],
|
||||
"scriptFiles": ["${workspaceFolder}/**/*.tl"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue