Skip to content

Commit 452d5ac

Browse files
Add keybinding for snippet menu (#1606)
1 parent 4cc460f commit 452d5ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
"command": "PowerShell.RunSelection",
7979
"key": "f8",
8080
"when": "editorTextFocus && editorLangId == 'powershell'"
81+
},
82+
{
83+
"command": "editor.action.insertSnippet",
84+
"when": "editorTextFocus && editorLangId == 'powershell'",
85+
"mac": "cmd+alt+j",
86+
"win": "ctrl+alt+j",
87+
"linux": "ctrl+alt+j"
8188
}
8289
],
8390
"commands": [

0 commit comments

Comments
 (0)