Closed
Description
The PowerShell keybindings offend the convention that Ctrl+Alt+ should not be used under Windows by default:
This is the warning from the developer tools in VS Code under Windows.
The exact offender is this one:
{ "key": "ctrl+alt+e", "command": "PowerShell.ExpandAlias",
"when": "editorTextFocus && editorLangId == 'powershell'" }