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

贡献者指南