diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index 85c6e275..d933213f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -52,6 +52,11 @@ "type": "string", "default": "http://localhost:65432", "description": "The URL of the Continue server. Only change this if you are running the server manually. If you want to use an LLM hosted at a custom URL, please see https://continue.dev/docs/customization#change-the-default-llm. All other configuration is done in `~/.continue/config.py`, which you can access by using the '/config' slash command." + }, + "continue.manuallyRunningServer": { + "type": "boolean", + "default": false, + "description": "If you are manually running the Continue server, you should update the Server URL and check this box. This will stop Continue from attempting to remove your server and download a new version." } } }, |