eclipse-theia/theia
`**` `files.exclude` filter should filter everything in the navigator
Aperta
#4300 aperta il 11 feb 2019
bughelp wantednavigator
Metriche repository
- Star
- (18.676 stelle)
- Metriche merge PR
- (Merge medio 15g 4h) (75 PR mergiate in 30 g)
Descrizione
This is a follow-up issue of #4274. Most likely, nobody wants to filter all items from the navigator, so this is a minor defect.
{
"files.exclude": {
"**": true
}
}
Current behavior:
All files with a leading . (dot) are visible in the navigator.
Expected behavior: No files are visible in the navigator.
