diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-14 03:24:46 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-14 03:24:46 -0700 |
commit | 612c4115a0c74b52b77956867e0f47a84eca98a9 (patch) | |
tree | af1176510dcc4ce368d1c40760c08ca2a1fc81b9 /extension/package.json | |
parent | c22670ba2122412eca3f2de1f270b5f113db7e25 (diff) | |
download | sncontinue-612c4115a0c74b52b77956867e0f47a84eca98a9.tar.gz sncontinue-612c4115a0c74b52b77956867e0f47a84eca98a9.tar.bz2 sncontinue-612c4115a0c74b52b77956867e0f47a84eca98a9.zip |
warn of large highlighted ranges, cmd+k->m
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/package.json b/extension/package.json index 2b0f6b94..de1f395d 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.163", + "version": "0.0.164", "publisher": "Continue", "engines": { "vscode": "^1.67.0" @@ -111,8 +111,8 @@ "keybindings": [ { "command": "continue.focusContinueInput", - "mac": "cmd+k", - "key": "ctrl+k" + "mac": "cmd+m", + "key": "ctrl+m" }, { "command": "continue.suggestionDown", |