You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a teacher, I am running on Windows working with WSL and MinGW
I always use my WSL terminal on vscode which is very convenient, but I do not start remote sessions because it is way slower than regular sessions.
I would like create tasks that run into my chosen terminal. For example the following does not work because the pwd is given in the Windows form, not the POSIX one.
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
As a teacher, I am running on Windows working with WSL and MinGW
I always use my WSL terminal on vscode which is very convenient, but I do not start remote sessions because it is way slower than regular sessions.
I would like create tasks that run into my chosen terminal. For example the following does not work because the
pwd
is given in the Windows form, not the POSIX one.I would like a way to automatically translate all paths such as
fileDirname
either in the Windows or the POSIX form. for instance:windows
:C:\User\Foo\
mingw
:/c/User/Foo/
cygwin
:/cygdrive/c/User/Foo/
I think it is enough if I can configure this way:
"slashMode": "forward"
"pathPrefix": "/cygdrive"
"letterFormat": "{lowerCaseLetter}"
The text was updated successfully, but these errors were encountered: