From 27c0a403de28345cd03c39ad46c02f68ff57b3a1 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 10 Aug 2023 23:01:34 -0700 Subject: fix: :fire: remove version from package.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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) -- cgit v1.2.3-70-g09d2