Answers for "how to select running terminal visual studio code"

0

vscode run selection in terminal

{
        "key": "shift+enter",
        "command": "workbench.action.terminal.runSelectedText",
        "when": "editorHasSelection && textInputFocus"
    }
Posted by: Guest on November-08-2021
-2

vscode select terminal

# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell
Posted by: Guest on October-30-2020

Code answers related to "how to select running terminal visual studio code"

Browse Popular Code Answers by Language