I noticed the default glue setting for Java projects is slightly incorrect.
Current setting:
However, for typical Java projects the path will be: src/test/java/**/*.java
Ideally, the setting would be: **/src/test/java/**/*.java so that multi-module projects are handled.
I noticed the default glue setting for Java projects is slightly incorrect.
Current setting:
vscode/package.json
Line 78 in 0c380d3
However, for typical Java projects the path will be:
src/test/java/**/*.javaIdeally, the setting would be:
**/src/test/java/**/*.javaso that multi-module projects are handled.