xxxxxxxxxx
# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell
xxxxxxxxxx
{
"key": "shift+enter",
"command": "workbench.action.terminal.runSelectedText",
"when": "editorHasSelection && textInputFocus"
}