-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Intellisense doesn't work on windows case sensitive folders #12178
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
Comments
@Raffaello The "fixed (release pending)" means it's either fixed and pending or fixed and released -- we don't have a fixed and released label. Have you tried setting C_Cpp.caseSensitiveFileSupport to "enabled"? |
ah. no, i will try it, thank you. sorry i thought it was something that could have been done automatically with VSCode/Extension automatically detecting if it is a case sensitive or not, or even query git config |
@sean-mcmanus i tried with C_Cpp.caseSensitiveFileSupport to "enabled", but it doesn't look like it's working. also i tried having a simple test: a I don't think is related but not sure, just an extra info. Anyway, thanks, on windows i will stick on not using case sensitive files as it might also have further problem with other 3rd party toolos. |
@Raffaello Yeah, it's possible some change broke that setting/feature. |
README vs. readme in the VS Code Explorer sounds like a VS Code bug. However, if you change the C++ setting for case sensitive files, you might also need to run the "Reset IntelliSense Database" command to ensure that you don't have stale information in there from before case sensitivity was changed. I thought we might have automatically done that for you, but looking at the code, that may not be the case. If that doesn't help and you want to still try using case sensitive files, we'll need more details about what doesn't work. |
I did that too(reset intellisense cache). Also restarted vscode. Tried for a while. At some point i realised it's not really worth it. A CI job can catch up easily an eventual case sensitive issue. |
Uh oh!
There was an error while loading. Please reload this page.
Environment
There is already an existing issue: #1994
and a pre-release version: https://github.com/microsoft/vscode-cpptools/releases/tag/v1.13.0
unfortunately it looks abandoned as it is more than 1 year with no progress and still in pre-release version.
especially as my cpptool plugin is newer than that pre-release version
Bug Summary and Steps to Reproduce
Bug Summary:
intellisense doesn'twork on windows with NTFS case sensitive attribute enabled
Steps to reproduce:
Expected behavior:
it should work instead.
Configuration and Logs
.
Other Extensions
No response
Additional context
is there anything that can be done without switching to a pre-release version that is older than 1 year in respect of the latest one?
The text was updated successfully, but these errors were encountered: