Skip to content

Commit 446e2e3

Browse files
committed
Fix PowerShell#751: Remove keybinding for PowerShellFindModule command
This command's keybinding conflicts with VS Code's default key binding for the Format Selection command. The PowerShellFindModule command isn't commonly used so we are just removing the binding instead of finding a different one.
1 parent 3651ffe commit 446e2e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
"command": "PowerShell.OpenInISE",
7272
"key": "ctrl+shift+i",
7373
"when": "editorTextFocus && editorLangId == 'powershell'"
74-
},
75-
{
76-
"command": "PowerShell.PowerShellFindModule",
77-
"key": "ctrl+K ctrl+f",
78-
"when": "editorTextFocus && editorLangId == 'powershell'"
7974
}
8075
],
8176
"commands": [

0 commit comments

Comments
 (0)