summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-06 15:32:42 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-06 15:32:42 -0700
commit70f6da9b1ad190a967974fb477db669cbb5c928f (patch)
tree8b8250a8aab048f04c3f8b45018bf0f9a92e754a /.vscode
parent94df26268871e335323ff7a0e1b3ef9645b265db (diff)
downloadsncontinue-70f6da9b1ad190a967974fb477db669cbb5c928f.tar.gz
sncontinue-70f6da9b1ad190a967974fb477db669cbb5c928f.tar.bz2
sncontinue-70f6da9b1ad190a967974fb477db669cbb5c928f.zip
feat: :sparkles: run continue immediately from pypi pkg
Diffstat (limited to '.vscode')
-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)",