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 | f6c71a6cfe746ee4bb97c4cbe86827679a199ade (patch) | |
tree | 14ae27db1775894a33b16d1e0484985aabbdb4fd /extension/package.json | |
parent | f2af87613c26c5e6a7d11198270b1da5c8809a23 (diff) | |
download | sncontinue-f6c71a6cfe746ee4bb97c4cbe86827679a199ade.tar.gz sncontinue-f6c71a6cfe746ee4bb97c4cbe86827679a199ade.tar.bz2 sncontinue-f6c71a6cfe746ee4bb97c4cbe86827679a199ade.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." }, |