diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-06 21:44:01 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-06 21:44:01 -0700 |
commit | 8d05fc2bb5c5df617800c1abcf43bb03c574482f (patch) | |
tree | b6c6acccf2d227f0052d9939bed69c5023c22b35 /extension/package.json | |
parent | 12f931136db57e9acb70258ff6e3c9a283c3eb65 (diff) | |
download | sncontinue-8d05fc2bb5c5df617800c1abcf43bb03c574482f.tar.gz sncontinue-8d05fc2bb5c5df617800c1abcf43bb03c574482f.tar.bz2 sncontinue-8d05fc2bb5c5df617800c1abcf43bb03c574482f.zip |
fix: :bug: stop streaming on rejection
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 79681f6b..548cdcd6 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.116", + "version": "0.0.118", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |