eclipse-theia/theia

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

オープン

#4,300 opened on 2019/02/11

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2,478 件のフォーク)batch import
bughelp wantednavigator

Repository metrics

Stars
 (18,676 個のスター)
PR merge metrics
 (平均マージ 15d 4h) (30d で 75 merged PRs)

説明

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

コントリビューターガイド