Do not lowercase executable paths returned by Windows path locator#15483
Do not lowercase executable paths returned by Windows path locator#15483karrtikr merged 2 commits intomicrosoft:mainfrom
Conversation
kimadeline
left a comment
There was a problem hiding this comment.
Looks good to me, although I don't understand why normalizeFilename (called by normalizePath) needs to return a lowercased version of the path instead of using path.normalize directly.
|
@kimadeline Yes, it wasn't clear by the name |
The responsibility of |
Closes #15289