Skip to content

Commit 91c6c8d

Browse files
committed
add keybinding and menu item
1 parent a8b135e commit 91c6c8d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
"title": "Create Workspace Code Snippet",
2424
"category": "Snippets"
2525
}
26+
],
27+
"menus": {
28+
"editor/context": [
29+
{
30+
"command": "extension.createWorkspaceCodeSnippet",
31+
"group": "navigation"
32+
}
33+
]
34+
},
35+
"keybindings": [
36+
{
37+
"command": "extension.createWorkspaceCodeSnippet",
38+
"key": "cmd+k cmd+z"
39+
}
2640
]
2741
},
2842
"scripts": {

0 commit comments

Comments
 (0)