From 2356421c823fc2ea2df6a2d8732096825390278e Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Sun, 10 Apr 2016 18:33:42 -0600 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f181d0e06b..f6feebb566 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, { "command": "PowerShell.ExpandAlias", - "key": "ctrl+f5", + "key": "ctrl+alt+e", "when": "editorTextFocus && editorLangId == 'powershell'" }, {