Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c997ce commit 9e2e21fCopy full SHA for 9e2e21f
package.json
@@ -34,20 +34,6 @@
34
"onCommand:es6stringhtml.insertTemplate"
35
],
36
"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
49
- }
50
- ],
51
"commands": [
52
{
53
"command": "es6stringhtml.insertComment",
0 commit comments