diff --git a/package.json b/package.json index 6276b37b98..f2daee6b4b 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,11 @@ "key": "shift+alt+e", "when": "editorTextFocus && editorLangId == 'powershell'" }, + { + "command": "PowerShell.ShowAdditionalCommands", + "key": "shift+alt+s", + "when": "editorTextFocus && editorLangId == 'powershell'" + }, { "command": "PowerShell.RunSelection", "key": "f8",