diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:55:45 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:55:45 -0700 |
commit | f7a3659381f839b890f2c53086f7fedecf23d9ab (patch) | |
tree | 2ec1d5619796292c0a4f60a7938efd668a5f7415 /extension/package.json | |
parent | 7bc474edbfb0185e6e6233f68e61b2460e7f319d (diff) | |
download | sncontinue-f7a3659381f839b890f2c53086f7fedecf23d9ab.tar.gz sncontinue-f7a3659381f839b890f2c53086f7fedecf23d9ab.tar.bz2 sncontinue-f7a3659381f839b890f2c53086f7fedecf23d9ab.zip |
fix: :zap: register vscode commands prior to server loading
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 124402b5..942c844c 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.221", + "version": "0.0.222", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |