diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 08061d13..9ccf4ce7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -37,6 +37,17 @@ // What about a watch task? - type errors? }, { + "name": "Headless", + "type": "python", + "request": "launch", + "module": "continuedev.headless", + "args": ["--config", "continuedev/config.py"], + "justMyCode": false, + "subProcess": false + // Does it need a build task? + // What about a watch task? - type errors? + }, + { "name": "Extension (VSCode)", "type": "extensionHost", "request": "launch", |