summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-04 13:43:09 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-04 13:43:09 -0700
commit4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f (patch)
tree14fea811fe4778e38aadacb6289a7b33a10e0829 /extension/package.json
parent7336c1cec7475f3b17d1860f11461e2f23a24049 (diff)
downloadsncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.tar.gz
sncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.tar.bz2
sncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.zip
many fixes
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": {