-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task ${relativeFile} slash style #40256
Comments
This is a more general issue since WSL needs to be treated as a Linux environment but VS Code thinks is is running under Windows and correctly uses |
@dbaeumer Variable support replace sub string |
Nice idea. Can you please open a separate issue for this. |
@bpasero changed the behaviour of The change was good because it fixed the problem that However this broke the WSL use case (which only worked by accident before). |
@dbaeumer yes, I fully agree: environment variables should always use the correct OS path separators. |
My intent was to restore the previous (broken) way it was, not to fix the underlying issue. |
Sounds good 👍 |
verified on all platforms: |
Steps to Reproduce:
VSCode 1.18
${relativeFile} is Linux Style like a/b/c
VSCode 1.19
${relativeFile} is Windows Style like a\b\c
So when I run some task in WSL,Windows style slash will wrong。
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: