diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:38:13 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:38:13 -0700 |
commit | 374bdd037792825bf984026da12d4100ffebcac2 (patch) | |
tree | deef90b94b5c9400a8c9778fbfeca8515624605a /extension/package.json | |
parent | cb0c815ad799050ecc0abdf3d15981e9832b9829 (diff) | |
download | sncontinue-374bdd037792825bf984026da12d4100ffebcac2.tar.gz sncontinue-374bdd037792825bf984026da12d4100ffebcac2.tar.bz2 sncontinue-374bdd037792825bf984026da12d4100ffebcac2.zip |
fix: :bug: fix incorrect imports in default config file
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 903cd6ec..124402b5 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.220", + "version": "0.0.221", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |