diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-15 21:55:47 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-15 21:55:47 -0700 |
commit | 53536dce999f2858102b7bf969824141140c5fc7 (patch) | |
tree | 11818d23ff654c876c419c7fad20768738204f95 /extension/package.json | |
parent | 1cc788de843169400d70f26e533417f3a0a95b29 (diff) | |
download | sncontinue-53536dce999f2858102b7bf969824141140c5fc7.tar.gz sncontinue-53536dce999f2858102b7bf969824141140c5fc7.tar.bz2 sncontinue-53536dce999f2858102b7bf969824141140c5fc7.zip |
fixed reading of terminal and other vscode windows
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 0638e768..9fe38f7f 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.173", + "version": "0.0.174", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |