Skip to content

fix: Apply 'files.exclude' to Java Projects explorer #739

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

Merged
merged 2 commits into from
Apr 10, 2023
Merged

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Apr 10, 2023

fix #214

gif:
files-exclude


Different from #216, in this PR, the logic is controlled at client side, since this is a client related setting. Using org.eclipse.core.resources.regexFilterMatcher will modify the .project file which is not ideal - mess user's SCM.

@jdneo jdneo added this to the 0.22.0 milestone Apr 10, 2023
@jdneo jdneo added the bug Something isn't working label Apr 10, 2023
@jdneo jdneo merged commit a1e6cfb into main Apr 10, 2023
@jdneo jdneo deleted the cs/issue-214 branch April 10, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Files matching vscode's file.exclude setting should be removed from viewer
3 participants