Open
Description
Is it possible to change the view so that it just shows the classpath and ignores all other files? I dislike the separation between src/test/** and src/main/** and feel like that should be within a single view. Any thoughts or ways I can do this? This is true with both the "flat view" and the "hierarchical view" as well.
Environment
- Operating System: Windows 10
- JDK version: OpenJDK 11
- Visual Studio Code version:
- Java extension version:
- v1.14.2022120603
- vscode-java-dependency viewer version
- v0.21.2022111900
Steps To Reproduce
- Step 1 Create a fresh project using https://start.spring.io underneath create files/folder(s) under the following path src/test/java/**.java this pattern follows the standard conventions around maven.
- Open project with VSCode
[Please attach a sample project reproducing the error]
Please attach logs
Current Result
Expected Result
Additional Informations
Dupe of redhat-developer/vscode-java#2829 bc I was dumb and opened it on the wrong repo.