Closed cbettinger closed 5 years ago
Please use "run" argument,that inherit current directory. ex:Please add this to VSCode's settings.json:
"terminal.integrated.shellArgs.windows": ["run"]
That works simply perfect! Thank you very much.
I really love Alpine Linux, especially within WSL. I want to use it as the integrated terminal within Visual Studio Code. Setting that within settings.json works fine:
The problem is that Alpine sets the current directory to the home directory. The Ubuntu WSL starts on the current project's root directory when used as a integrated terminal in VS Code.
Is there a way to set the current directory manually or - even better - to behave like the Ubuntu WSL?