Answers for "option to open terminal in current working directory by default vscode"

7

set default terminal vscode windows

"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
Posted by: Guest on September-02-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 "option to open terminal in current working directory by default vscode"

Code answers related to "Javascript"

Browse Popular Code Answers by Language