-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-globFile glob engineFile glob engineinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplansearchSearch widget and operation issuesSearch widget and operation issues
Milestone
Description
- VSCode Version: 1.4.0
- OS Version: Win10 1511
Steps to Reproduce:
- using VSCode, open a directory stored in an NTFS volume, which has files named FooContainer.cs
- press CTRL+SHIFT+F to invoke Find in Files
- press "..." to show 'files to include'
- enter "*_/_container.cs"
- search for something that is known to exist in the file.
- results: nothing is found
- replace 'files to include' with "*_/_Container.cs" (only change is the upper case C instead of lower case)
- search again, this time results are found as expected.
Since Windows NTFS is not a case-sensitive file system, the expected results is that I can search in files using any case in the 'files to include'/'files to exclude'.
Reactions are currently unavailable
Metadata
Metadata
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-globFile glob engineFile glob engineinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplansearchSearch widget and operation issuesSearch widget and operation issues