diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-10 01:48:12 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-10 01:48:12 -0700 |
commit | 17460ed963e1f25696106cf7c65367438ade8559 (patch) | |
tree | de543ddffec1a8914379746388557528f284973e /.vscode/launch.json | |
parent | a131c17326591e67a68faf6f96371ad8fc332b71 (diff) | |
parent | 43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f (diff) | |
download | sncontinue-17460ed963e1f25696106cf7c65367438ade8559.tar.gz sncontinue-17460ed963e1f25696106cf7c65367438ade8559.tar.bz2 sncontinue-17460ed963e1f25696106cf7c65367438ade8559.zip |
Merge branch 'main' into ci-testing
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 12cfaef8..42f3adcc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -41,7 +41,7 @@ "outFiles": ["${workspaceFolder}/extension/out/**/*.js"], "preLaunchTask": "vscode-extension:build", "env": { - "CONTINUE_SERVER_URL": "http://localhost:8001" + "CONTINUE_SERVER_URL": "http://localhost:65432" } }, // Has to be run after starting the server (separately or using the compound configuration) |