-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The 'Navigate To File' works incorrectly #3928
Comments
maybe related to this issue ... It should be possible not to display some folders/files from a global configuration somehow. For instance, I expect a way not to show files in 'target' folder for Maven projects |
@sunix as far as I know, target directories are excluded from indexing in lucene, so there is no search result for those kind of files, need to check this |
Update status: issue temporary frozen due to server side vfs refactorings. Waiting for using native JDK functionality instead of VFS layer. |
Still an issue in 5.15-SNAPSHOT |
Closing the issue as it is solved with Che 6 |
It is fixed for master branch too #7096 |
When I use the 'Navigate To File', then it finds files from hidden folders. This is a bug.
Reproduction Steps:
Expected behavior:
Observed behavior:
Che version: 5.2.0-SNAPSHOT
OS and version: Ubuntu 14.04
Docker version: 1.12
Che cli.log output: cli.log.zip
Additional information:
The text was updated successfully, but these errors were encountered: