summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json
index 184d16e2..6434efc3 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.107",
"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": {