diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-09 13:09:34 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-09 13:09:34 -0700 |
commit | b2d621bb075ccfb73c4662406df2974818744436 (patch) | |
tree | 4e1b23a961bee94a2fad4fe318c1ad31fc3d6f83 /extension/package.json | |
parent | 924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d (diff) | |
download | sncontinue-b2d621bb075ccfb73c4662406df2974818744436.tar.gz sncontinue-b2d621bb075ccfb73c4662406df2974818744436.tar.bz2 sncontinue-b2d621bb075ccfb73c4662406df2974818744436.zip |
expand max_tokens for large highlighted ranges
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 e1de3b73..beb675b3 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.139", + "version": "0.0.141", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |