diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-07 17:57:45 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-07 17:57:45 -0700 |
commit | c9c584c3a7d367651c03afdf7a0648720f818e7e (patch) | |
tree | 692d4debd668f2edb9560b003cf7c94d64476616 /extension/package.json | |
parent | b40fa922a573173c049a664746014cae81080ced (diff) | |
parent | 40cea963de77c0fc83729cb8d885d1595f4da3cf (diff) | |
download | sncontinue-c9c584c3a7d367651c03afdf7a0648720f818e7e.tar.gz sncontinue-c9c584c3a7d367651c03afdf7a0648720f818e7e.tar.bz2 sncontinue-c9c584c3a7d367651c03afdf7a0648720f818e7e.zip |
Merge branch 'main' of github.com:continuedev/continue
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 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": { |