eclipse-theia/theia

`**` `files.exclude` filter should filter everything in the navigator

開放

#4,300 建立於 2019年2月11日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (2,478 個分叉)batch import
bughelp wantednavigator

倉庫指標

星標
 (18,676 顆星)
PR 合併指標
 (平均合併 15天 4小時) (30 天內合併 75 個 PR)

描述

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.

screencast 2019-02-11 16-51-07

貢獻者指南