Skip to content

Commit 1347f99

Browse files
Change "Open In ISE" shortcut (#1117)
* change the open in ISE shortcut to remove conflict with default shortcut * update ctrl+alt+i to shift+alt+p * remove keybinding for 'open in ise'
1 parent ad0bd24 commit 1347f99

File tree

3 files changed

+192
-182
lines changed

3 files changed

+192
-182
lines changed

package-lock.json

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@
7272
"command": "PowerShell.RunSelection",
7373
"key": "f8",
7474
"when": "editorTextFocus && editorLangId == 'powershell'"
75-
},
76-
{
77-
"command": "PowerShell.OpenInISE",
78-
"key": "shift+alt+i",
79-
"when": "editorTextFocus && editorLangId == 'powershell'"
8075
}
8176
],
8277
"commands": [

0 commit comments

Comments
 (0)