diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-04 21:37:39 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-04 21:37:39 -0700 |
commit | 9dd364dc7f5a5a8513ee4805dfeb303076dc1274 (patch) | |
tree | e7e0a2b6b8e19b6c95d99bb2de99e77c4f0b7a79 /extension/package.json | |
parent | 458d2837163489ebaab0b21b3d6f3ab89c6a45d2 (diff) | |
parent | 35f5beabe55c59149ad0a6e4eb242fbc5352bf2e (diff) | |
download | sncontinue-9dd364dc7f5a5a8513ee4805dfeb303076dc1274.tar.gz sncontinue-9dd364dc7f5a5a8513ee4805dfeb303076dc1274.tar.bz2 sncontinue-9dd364dc7f5a5a8513ee4805dfeb303076dc1274.zip |
Merge branch 'main' into stop
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 f39e7bd7..52e7f891 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.106", + "version": "0.0.108", "publisher": "Continue", "engines": { "vscode": "^1.67.0" @@ -55,7 +55,7 @@ }, "continue.OPENAI_API_KEY": { "type": "password", - "default": "", + "default": null, "description": "The OpenAI API key to use for code generation." }, "continue.dataSwitch": { |