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

vscode.Uri.joinPath instead of Node's path.join #108128

Merged
merged 1 commit into from Oct 5, 2020

Conversation

JacksonKearl
Copy link
Contributor

@JacksonKearl JacksonKearl commented Oct 5, 2020

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1280

The polyfilled path module that gets used in the browser build does not support joining to \ (/ is fine). This caused errors in search editors on serverless instances running on Windows browers when using some workspace filesystem providers that use \ as their root path.

@JacksonKearl JacksonKearl self-assigned this Oct 5, 2020
@JacksonKearl JacksonKearl added the candidate Issue identified as probable candidate for fixing in the next release label Oct 5, 2020
@JacksonKearl JacksonKearl added this to the September 2020 milestone Oct 5, 2020
@JacksonKearl JacksonKearl merged commit 5a5a51c into release/1.50 Oct 5, 2020
@JacksonKearl JacksonKearl deleted the jackson/search-editor-path-join-hotfix branch October 5, 2020 16:10
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
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

2 participants