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 | 19b38863c21656526e0729776682430e0fa277da (patch) | |
tree | b72530369047ba9b90c06aa28310b74e5244ee78 /extension/package.json | |
parent | 54d4251ad948c8aab78e027a8fdf095dc8bebd89 (diff) | |
download | sncontinue-19b38863c21656526e0729776682430e0fa277da.tar.gz sncontinue-19b38863c21656526e0729776682430e0fa277da.tar.bz2 sncontinue-19b38863c21656526e0729776682430e0fa277da.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" |