-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Workaround] Uppercase UNC host names on Windows #1865
Comments
Related to this, UNC paths like I'd be happy to look into the issue but seems like intelephense isn't quite open source? |
@Seldaek Are you able to provide a trace of the |
In the sublime text console I see smth like this:
Not sure how to get you a lower level trace, but happy to give it a shot if you have instructions. Just to be clear about my situation: I have sublime text running on windows and files stored in WSL2 filesystem. |
Simple reproduction:
This is arguably an issue with VS Code itself, but I honestly don't know how long it would take for them to recognize it. |
Feature description or problem with existing feature
microsoft/vscode#112231
This happens because Intelephense (in particular) opens symbol definitions with UNC host lowercased, which causes brain split in VS Code, which consequently causes all sort of headache, from inability to set breakpoints in source to two Git scans running in parallel over a slow network link.
Describe the solution you'd like
Yes, this should be fixed in VS Code itself, but until then…
If you detect an UNC name, the host part should be uppercased to avoid brain splits.
Additional context
See linked issue.
The text was updated successfully, but these errors were encountered: