diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-15 19:14:01 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-15 19:14:01 -0700 |
commit | 57e504452e6d13f903c384544fd6a3836e3ddb99 (patch) | |
tree | 8c4f48fc375d664836fc60ee4b6ba5aebb091015 /extension/package.json | |
parent | 176087be502ce6663c3b3128352a69f8c7409666 (diff) | |
download | sncontinue-57e504452e6d13f903c384544fd6a3836e3ddb99.tar.gz sncontinue-57e504452e6d13f903c384544fd6a3836e3ddb99.tar.bz2 sncontinue-57e504452e6d13f903c384544fd6a3836e3ddb99.zip |
one window wait for other to create venv
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 6b719723..0638e768 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.172", + "version": "0.0.173", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |