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

Not working for Linux subsystem (bash) in Windows 10 #6

Closed arshcaria closed 7 years ago

arshcaria commented 7 years ago

I am using Ubuntu Linux subsystem inside Windows 10 and have changed "terminal.integrated.shell.windows" to "C:\\Windows\\System32\\bash.exe" to make vscode use bash as the terminal.

When using terminal-here, the bash shell is launched, but the cd $DIR command fails because it still uses Windows style path like: D:\Devel\Android\aosp instead of Linux subsystem path: /mnt/d/Devel/Android/aosp

arshcaria commented 7 years ago

oops it's a duplicate of this issue https://github.com/Tyriar/vscode-terminal-here/issues/5