Skip to content

Use fileName instead of Path when dealing with file systems directly #7658

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

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

zhengbli
Copy link
Contributor

Attempt to fix #7154

Because some times the file name case sensitivity we assumed about the file system is not correct, we should not use canonical paths when dealing with file systems directly, like when watching a file or opening a file.

With this change, the impact of wrongly assumed case sensitivity is limited to the situation where there are two files whose file names only differ in casing. However that situation should be problematic in other ways in the place, so not a very high priority.

@mhegazy
Copy link
Contributor

mhegazy commented Mar 24, 2016

👍

@zhengbli zhengbli merged commit ec8eeff into microsoft:master Mar 24, 2016
@zhengbli zhengbli deleted the fixCaseSensitivity branch March 24, 2016 19:44
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken intellisense for mounted filesystem
3 participants