diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
commit | 53ac7b93f456b471eaa7f03e015e2d8c0ef393e5 (patch) | |
tree | 7abd90560bd9b237a1b3451256d7cbcbfe4673ac /extension/package.json | |
parent | a7ab1918f8894c5e5f71e31a88a21680e6e1d2dc (diff) | |
download | sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.gz sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.bz2 sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.zip |
error handle on invalid config file, don't immediately show loading message
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 89c6daf5..b37bb1b6 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.179", + "version": "0.0.181", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |