summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9ccf4ce7..e264c367 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -29,7 +29,7 @@
"name": "Server",
"type": "python",
"request": "launch",
- "module": "continuedev.src.continuedev.server.main",
+ "module": "continuedev.src.continuedev.__main__",
"args": ["--port", "8001"],
"justMyCode": false,
"subProcess": false
@@ -44,8 +44,6 @@
"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)",