eamodio / vscode-toggle-excluded-files

Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code
MIT License
36 stars 8 forks source link

Feature Request: To distinguish workspace setting and user setting #7

Closed yola-0316 closed 1 year ago

yola-0316 commented 6 years ago

eg. One of situation was I want hidden some files all the time, like .vscode package.json. Another is hidden some file for work in progress, and modify for needed, like .gitignore and vary .*rc file

charles-allen commented 3 years ago

How would this work? You set your "hide all the time" in user settings?

I suspect extensions don't have access to the layers of settings; only the merged result of global + user + workspace.

Perhaps the solution is an extra extension specific setting: alwaysExclude: [] which would be used to filter which are toggled. Though you'd probably need to have the extra same glob patterns!

eamodio commented 1 year ago

Sorry, but I'm not sure I understand the ask here.

github-actions[bot] commented 1 year ago

This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!

github-actions[bot] commented 1 year ago

Closing this issue because it needs more information and has not had recent activity. Please re-open this issue if more details can be provided. Thanks!

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.