Horje
how to integrate bash with vscode Code Example
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"
  }
},
Source: dev.to
integrate bash with vscode
//click on the source link 
Source: medium.com




Shell

Related
docker images only name Code Example docker images only name Code Example
nx: command not found Code Example nx: command not found Code Example
create aws ec2 launch template Code Example create aws ec2 launch template Code Example
centos who connected to server Code Example centos who connected to server Code Example
veil framework install Code Example veil framework install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13