Answers for "how to integrate bash with vscode"

0

how to integrate bash with vscode

"terminal.integrated.profiles.windows": {
  "PowerShell": {
    "source": "PowerShell",
    "icon": "terminal-powershell"
  },
  "Command Prompt": {
    "path": [
      "${env:windir}\\Sysnative\\cmd.exe",
      "${env:windir}\\System32\\cmd.exe"
    ],
    "args": [],
    "icon": "terminal-cmd"
  },
  "GitBash": {
    "source": "Git Bash",
    "path": ["C:\\Program Files\\Git\\bin\\bash.exe"],
    "icon": "terminal-bash"
  }
},
Posted by: Guest on March-20-2022
-2

integrate bash with vscode

//click on the source link
Posted by: Guest on November-02-2021

Code answers related to "how to integrate bash with vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language