Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to integrate bash with vscode

"terminal.integrated.profiles.windows": {
  "PowerShell": {
    "source": "PowerShell",
    "icon": "terminal-powershell"
  },
  "Command Prompt": {
    "path": [
      "${env:windir}Sysnativecmd.exe",
      "${env:windir}System32cmd.exe"
    ],
    "args": [],
    "icon": "terminal-cmd"
  },
  "GitBash": {
    "source": "Git Bash",
    "path": ["C:Program FilesGitinash.exe"],
    "icon": "terminal-bash"
  }
},
Source by dev.to #
 
PREVIOUS NEXT
Tagged: #integrate #bash #vscode
ADD COMMENT
Topic
Name
6+1 =