summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-07 17:57:45 -0700
committerTy Dunn <ty@tydunn.com>2023-07-07 17:57:45 -0700
commit59dc2a776268da2567aad17421053011c1263cf1 (patch)
treede906c1202c72a8008cdee405a489c08bb4e3b85 /extension/package.json
parent128e5b5cf46dee72f6f72b3f36adb83b13dcc0d8 (diff)
parent4d3a10c0324e451b6481104fcaff47e80ce5db70 (diff)
downloadsncontinue-59dc2a776268da2567aad17421053011c1263cf1.tar.gz
sncontinue-59dc2a776268da2567aad17421053011c1263cf1.tar.bz2
sncontinue-59dc2a776268da2567aad17421053011c1263cf1.zip
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/package.json b/extension/package.json
index f5ded456..1d4b8055 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.118",
+ "version": "0.0.125",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"
@@ -146,8 +146,8 @@
},
{
"command": "continue.quickTextEntry",
- "mac": "cmd+h",
- "key": "ctrl+h"
+ "mac": "cmd+shift+l",
+ "key": "ctrl+shift+l"
}
],
"menus": {