diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json index ceba8698..54a6e1f5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Accelerating software development with language models", - "version": "0.0.73", + "version": "0.0.74", "publisher": "Continue", "engines": { "vscode": "^1.74.0" @@ -50,7 +50,7 @@ }, "continue.serverUrl": { "type": "string", - "default": "http://localhost:8000", + "default": "http://localhost:65432", "description": "The URL of the Continue server to use." }, "continue.OPENAI_API_KEY": { |