Skip to content
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

avoid extensionTestsLocationURI.fsPath as it normalizes path #69716

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Mar 2, 2019

#69569 reports that there's a regression with extension tests on Windows.

This is very likely caused by my change to use URI for extensionTestsLocation.

extensionTestsLocationURI.fsPath normalizes the drive letter, but we should never normalize user provided paths.

@aeschli aeschli requested a review from bpasero March 2, 2019 20:06
@aeschli aeschli self-assigned this Mar 2, 2019
@aeschli aeschli added the candidate Issue identified as probable candidate for fixing in the next release label Mar 2, 2019
@aeschli aeschli added this to the February 2019 milestone Mar 2, 2019
@octref
Copy link
Contributor

octref commented Mar 4, 2019

Merging as I see an approved review from Ben.

@octref octref merged commit c42088b into release/1.32 Mar 4, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
@aeschli aeschli deleted the aeschli/extensionTestsLocationURIFix branch June 29, 2020 13:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
candidate Issue identified as probable candidate for fixing in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants