Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e2e21f

Browse files
committed
Disable shortcuts for a while. Fixes 0x00000001A#14
1 parent 9c997ce commit 9e2e21f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@
3434
"onCommand:es6stringhtml.insertTemplate"
3535
],
3636
"contributes": {
37-
"keybindings": [
38-
{
39-
"command": "es6stringhtml.insertComment",
40-
"key": "ctrl+shift+h",
41-
"mac": "cmd+shift+h",
42-
"when": "!terminalFocus"
43-
},
44-
{
45-
"command": "es6stringhtml.insertTemplate",
46-
"key": "ctrl+k h",
47-
"mac": "cmd+k h",
48-
"when": "!terminalFocus"
49-
}
50-
],
5137
"commands": [
5238
{
5339
"command": "es6stringhtml.insertComment",

0 commit comments

Comments
 (0)