summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-07 19:30:40 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-07 19:30:40 -0700
commitd8f5f102f6f91487be0281316e581858ec4ca260 (patch)
tree5ac45611f23a6cfe9380432a8197366879ea2959 /.vscode
parentbc99a4402a71fbba7d26e4b79f7539df6ac87c91 (diff)
downloadsncontinue-d8f5f102f6f91487be0281316e581858ec4ca260.tar.gz
sncontinue-d8f5f102f6f91487be0281316e581858ec4ca260.tar.bz2
sncontinue-d8f5f102f6f91487be0281316e581858ec4ca260.zip
fix: :white_check_mark: allow longer for python server to start in test
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2195200a..856240e5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,3 @@
{
- "python.defaultInterpreterPath": "${workspaceFolder}/continuedev/.venv/bin/python",
-} \ No newline at end of file
+ "python.defaultInterpreterPath": "${workspaceFolder}/continuedev/.venv/bin/python3"
+}