Answers for "default vs code terminal"

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
1

vscode terminal configuration

"terminal.integrated.profiles.windows": {
  "PowerShell -NoProfile": {
    "source": "PowerShell",
    "args": ["-NoProfile"]
  }
},
"terminal.integrated.profiles.linux": {
  "zsh (login)": {
    "path": "zsh",
    "args": ["-l"]
  }
}
Posted by: Guest on May-09-2021

Code answers related to "default vs code terminal"

Code answers related to "Javascript"

Browse Popular Code Answers by Language