diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-12 15:52:18 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-12 15:52:18 -0700 |
commit | 4ed1d4f6c707dfd80ff60abe4b5ea1ce88583b67 (patch) | |
tree | cbb569042b5c797db7b0f72583582aab2dda4786 /extension/package.json | |
parent | 6b8a8974f499cfed2176034a6e8fa32b0215e81a (diff) | |
download | sncontinue-4ed1d4f6c707dfd80ff60abe4b5ea1ce88583b67.tar.gz sncontinue-4ed1d4f6c707dfd80ff60abe4b5ea1ce88583b67.tar.bz2 sncontinue-4ed1d4f6c707dfd80ff60abe4b5ea1ce88583b67.zip |
smaller fixes
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/extension/package.json b/extension/package.json index 69792ea2..6f64ee60 100644 --- a/extension/package.json +++ b/extension/package.json @@ -44,18 +44,13 @@ "configuration": { "title": "Continue", "properties": { - "continue.automode": { - "type": "boolean", - "default": true, - "description": "Automatically find relevant code and suggest a fix whenever a traceback is found." - }, "continue.serverUrl": { "type": "string", "default": "http://localhost:65432", "description": "The URL of the Continue server to use." }, "continue.OPENAI_API_KEY": { - "type": "password", + "type": "string", "default": null, "description": "The OpenAI API key to use for code generation." }, |