formulahendry / vscode-terminal

Terminal for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.terminal
46 stars 22 forks source link

win10 wsl can't use "open in integrate terminal" #9

Closed imgwho closed 7 years ago

imgwho commented 7 years ago

i use vscode 1.14.1, win10 15063.483,terminal 0.0.8 and set the default terminal like this: "terminal.integrated.shell.windows": "C:\WINDOWS\Sysnative\bash.exe" and then i find when i touch "open in integrate terminal" like this :

cd "e:\practice\jirengu\senior-8"
wuv@wuv:/mnt/e/practice/jirengu$ cd "e:\practice\jirengu\senior-8"
bash: cd: e:\practice\jirengu\senior-8: No such file or directory
wuv@wuv:/mnt/e/practice/jirengu$

how i go setting to solve this problem? is it because of the directory "/" && "\" ?

formulahendry commented 7 years ago

@imgwho This issue has been fixed, please try the latest version.