handle windows paths beginning with \\?\ by connorskees · Pull Request #95147 · microsoft/vscode

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@connorskees

Copy link Copy Markdown

Contributor

This should resolve #94961. It does so by optionally allowing drives to be prefixed by \\?\.

@Tyriar

@msftclas

Copy link Copy Markdown

msftclas commented

Apr 13, 2020

edited

Loading

CLA assistant check
All CLA requirements met.

@connorskees connorskees changed the title handle windows paths beginning with \\?" handle windows paths beginning with \\?\

Apr 13, 2020

@connorskees

Copy link Copy Markdown

Contributor Author

I'm having trouble replicating the CI errors locally. yarn run mocha --run src/vs/platform/backup/test/electron-main/backupMainService.test.ts says everything is fine, but in CI it timed out,

1) BackupMainService dedupeFolderWorkspaces should ignore duplicates on Windows and Mac (root workspace):
Error: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test.

Should I just retry it?

@Tyriar

Copy link Copy Markdown

Contributor

Tyriar commented

Apr 14, 2020

Seems like a flake, also the ci.yml one can probably be ignored so this looks all good. Thanks for covering the new developments too with terminalValidatedLocalLinkProvider.test.ts 😄

@Tyriar Tyriar added this to the April 2020 milestone

Apr 14, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

1 more reviewer

@Tyriar Tyriar Tyriar approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@Tyriar Tyriar

Labels

None yet

Projects

None yet

Milestone

April 2020

Development

Successfully merging this pull request may close these issues.

Unable to alt-click file paths beginning with \\?\ on Windows 10

3 participants

@connorskees @msftclas @Tyriar