vscode-maven
vscode-maven copied to clipboard
Add setting to disable for a folder in multi-root workspace
Suggestion
It would be great if there was a way to disable this for a root-folder in a multi-root workspace
Use Cases
I have a multi-root workspace that has a lot of root-folders which aren't Maven projects. They clutter the "Maven Projects" view with all their empty structures, which is especially annoying if they come first alphabetically.
It would be even better if I could disable everything at the workspace level then opt in for each root-folder that I want to see in the "Maven Projects" view.
Related #380
EDIT: Clarified I mean root-folders not sub-directories within them.
you can do it via setting maven.excludedFolders
, which is workspace folder lever. Let me know if it works for you.
I have set it to **/*
in each root-folder I don't want to see, but it still shows up with just with "No Maven project found". Here's a screen shot of what I mean
I would like to remove the top two completely.