forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Work around for VSC Bug - Fix Path Mappings to lowercase the drive letter #5362
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
good first issue
important
Issue identified as high-priority
Milestone
Comments
DonJayamanne
changed the title
Path Mappings
Fix Path Mappings to lowercase the drive letter
Apr 18, 2019
DonJayamanne
added
area-debugging
needs PR
bug
Issue identified by VS Code Team member as probable bug
labels
Apr 18, 2019
DonJayamanne
added
triage-needed
Needs assignment to the proper sub-team
important
Issue identified as high-priority
labels
Apr 18, 2019
DonJayamanne
changed the title
Fix Path Mappings to lowercase the drive letter
Work around for VSC Bug - Fix Path Mappings to lowercase the drive letter
Apr 18, 2019
Prescribed Solution:
|
10 tasks
When the |
@kimadeline I can see where this will fail. Thanks @karrtikr |
Suggestion
|
@kimadeline I agree with @karrtikr His suggestion puts the changes in the right place. |
4 tasks
validated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
good first issue
important
Issue identified as high-priority
When using path mappings on windows, ensure the drive letter is lower cased.
I.e. when user uses the following setup,
${workspaceFolder}
gets translated to a path with an upper case drive letter.This is a work around for a VSC bug
The text was updated successfully, but these errors were encountered: