diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-05 01:17:58 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-05 01:17:58 -0700 |
commit | 461fd4df95c31010871cc4ea7707606fb3a14fb4 (patch) | |
tree | 1e06dd8adbc3ea80e273078aa58b7a20be68cdf6 /extension/package.json | |
parent | 418064ee8e471d294f8d271d9f116abe014d5123 (diff) | |
download | sncontinue-461fd4df95c31010871cc4ea7707606fb3a14fb4.tar.gz sncontinue-461fd4df95c31010871cc4ea7707606fb3a14fb4.tar.bz2 sncontinue-461fd4df95c31010871cc4ea7707606fb3a14fb4.zip |
test custom command, don't run shell command
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 d4850671..001a696e 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.108", + "version": "0.0.109", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |