diff --git a/package.json b/package.json index 0104f56f5a..8b3eb11af7 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,13 @@ "command": "PowerShell.RunSelection", "key": "f8", "when": "editorTextFocus && editorLangId == 'powershell'" + }, + { + "command": "editor.action.insertSnippet", + "when": "editorTextFocus && editorLangId == 'powershell'", + "mac": "cmd+alt+j", + "win": "ctrl+alt+j", + "linux": "ctrl+alt+j" } ], "commands": [