diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 14:25:33 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 14:25:33 -0700 |
commit | 74a52c8399b3ccf2d2100b088b79e65c6ca6ad7e (patch) | |
tree | c9cd4ab8e42990ca90de244578f0c0e51fe29008 /extension/package.json | |
parent | fe1b9265a631f3ce5ace109d1eac6716b1fe2eb6 (diff) | |
download | sncontinue-74a52c8399b3ccf2d2100b088b79e65c6ca6ad7e.tar.gz sncontinue-74a52c8399b3ccf2d2100b088b79e65c6ca6ad7e.tar.bz2 sncontinue-74a52c8399b3ccf2d2100b088b79e65c6ca6ad7e.zip |
fix: :bug: bug when highlighting code prior to context_manager creation
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 42c0d382..15e7676d 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.234", + "version": "0.0.235", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |