Skip to content

Commit 5a449de

Browse files
committed
Change "Open in ISE" key binding to Ctrl+Shift+i
This change updates the "Open in ISE" key binding to be Ctrl+Shift+i instead of Ctrl+Alt+i. This change was made because VS Code gives a warning that Ctrl+Alt key bindings should not be used.
1 parent b32b396 commit 5a449de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"command": "PowerShell.OpenInISE",
65-
"key": "ctrl+alt+i",
65+
"key": "ctrl+shift+i",
6666
"when": "editorTextFocus && editorLangId == 'powershell'"
6767
},
6868
{

0 commit comments

Comments
 (0)