diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-06 23:10:18 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-06 23:10:18 -0700 |
commit | 8e15ec3c2c1490d4a7d6371f877368376fd64e8a (patch) | |
tree | e8c113a64d489713246c86d2282380666de78a02 /extension/package.json | |
parent | c31d8e003ac08f31e02ca647095b19b4267a47cf (diff) | |
download | sncontinue-8e15ec3c2c1490d4a7d6371f877368376fd64e8a.tar.gz sncontinue-8e15ec3c2c1490d4a7d6371f877368376fd64e8a.tar.bz2 sncontinue-8e15ec3c2c1490d4a7d6371f877368376fd64e8a.zip |
fix: :bug: fix command enter, stop streaming on reject
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 7475a56d..cd5c1697 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.120", + "version": "0.0.121", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |