Skip to content
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

Test: explorer shows hidden files if they are open #93298

Closed
2 tasks done
isidorn opened this issue Mar 24, 2020 · 1 comment
Closed
2 tasks done

Test: explorer shows hidden files if they are open #93298

isidorn opened this issue Mar 24, 2020 · 1 comment

Comments

@isidorn
Copy link
Contributor

isidorn commented Mar 24, 2020

Refs: #92090

Complexity: 2


If a file is hidden (via files.exclude ) and it is open and visible in the editor area Explorer will now show it and its parent chain.

Have some files and folders hidden via files.exclude.
Have a way to open those hidden files. For example via quick open, by setting search.exclude to contradict the files.exclude setting.

Open some of the hidden files in an editor and verify:

  • Those files and their parents are shown in the explorer using a dimmed color
  • As soon as the file is no longer visible it gets hidden in the explorer
  • Make sure siblings of opened files are not shown. More precisly if A is a hidden folder, and A/b.txt and A/c.txt are its children. Make sure that opening b.txt does not show c.txt in the explorer
@deepak1556
Copy link
Contributor

Verified on linux 👍

@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants
@bpasero @deepak1556 @isidorn @JacksonKearl and others