Tyriar / vscode-terminal-here

VS Code extensions that creates an integrated terminal session at the current file's directory
https://marketplace.visualstudio.com/items?itemName=Tyriar.vscode-terminal-here
33 stars 11 forks source link

Direct to wrong folder if default terminal is Bash on Windows (WSL) #5

Closed reicheltp closed 6 years ago

reicheltp commented 7 years ago

If the shell is set to Bash on Windows (WSL), cd C:\... will not direct to the right folder. Instead it should call cd /mnt/c/...

Setting

{
  "terminal.integrated.shell.windows": "\\Windows\\sysnative\\bash.exe"
}