From d8f5f102f6f91487be0281316e581858ec4ca260 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 7 Aug 2023 19:30:40 -0700 Subject: fix: :white_check_mark: allow longer for python server to start in test --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/settings.json') 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" +} -- cgit v1.2.3-70-g09d2