Skip to content

Commit

Permalink
Fix PowerShell#751: Remove keybinding for PowerShellFindModule command
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
daviwil committed May 17, 2017
1 parent 3651ffe commit 446e2e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
"command": "PowerShell.OpenInISE",
"key": "ctrl+shift+i",
"when": "editorTextFocus && editorLangId == 'powershell'"
},
{
"command": "PowerShell.PowerShellFindModule",
"key": "ctrl+K ctrl+f",
"when": "editorTextFocus && editorLangId == 'powershell'"
}
],
"commands": [
Expand Down

0 comments on commit 446e2e3

Please sign in to comment.