importing quarkus repo I end up with an almost impossible vscode which keeps waiting on maven to refresh on every java related action.
Was suggested to use java.import.exclusions to tell which projects to not import.
That’s rather tedious and I was realizing if I could just do java.import.exclusions=** and then `java.import.inclusions=integration-tests/maven/,devtools/' then I would be good.
As opposed to listing ~300 individual lines in exclusion.
Pretty please :)
importing quarkus repo I end up with an almost impossible vscode which keeps waiting on maven to refresh on every java related action.
Was suggested to use
java.import.exclusionsto tell which projects to not import.That’s rather tedious and I was realizing if I could just do
java.import.exclusions=**and then `java.import.inclusions=integration-tests/maven/,devtools/' then I would be good.As opposed to listing ~300 individual lines in exclusion.
Pretty please :)