Skip to content

Commit 2356421

Browse files
committed
Change expand alias shorcut
The current shortcut Ctrl+F5 has been subsumed by VSCode for use as "start without debugging". The new shortcut is Ctrl+Alt+E.
1 parent 60987b7 commit 2356421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"command": "PowerShell.ExpandAlias",
56-
"key": "ctrl+f5",
56+
"key": "ctrl+alt+e",
5757
"when": "editorTextFocus && editorLangId == 'powershell'"
5858
},
5959
{

0 commit comments

Comments
 (0)