diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-10 23:01:34 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-10 23:01:34 -0700 |
commit | 27c0a403de28345cd03c39ad46c02f68ff57b3a1 (patch) | |
tree | 79b3d86d9507703509a6fb2839ecc26ce2356d1c /.vscode | |
parent | 5438ce94406baa0f7d131ecacadefc72912dca0d (diff) | |
download | sncontinue-27c0a403de28345cd03c39ad46c02f68ff57b3a1.tar.gz sncontinue-27c0a403de28345cd03c39ad46c02f68ff57b3a1.tar.bz2 sncontinue-27c0a403de28345cd03c39ad46c02f68ff57b3a1.zip |
fix: :fire: remove version from package.json
Diffstat (limited to '.vscode')
-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 42f3adcc..12cfaef8 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:65432" + "CONTINUE_SERVER_URL": "http://localhost:8001" } }, // Has to be run after starting the server (separately or using the compound configuration) |