vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Combined Classpath View

Open varnem2 opened this issue 2 years ago • 1 comments

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: image
  • Java extension version:
  • v1.14.2022120603
  • vscode-java-dependency viewer version
  • v0.21.2022111900
Steps To Reproduce
  1. 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.
  2. Open project with VSCode

[Please attach a sample project reproducing the error] Please attach logs

Current Result

image

Expected Result

image

Additional Informations

Dupe of https://github.com/redhat-developer/vscode-java/issues/2829 bc I was dumb and opened it on the wrong repo.

varnem2 avatar Dec 06 '22 18:12 varnem2

It is not supported right now. I've marked this as an enhancement request.

jdneo avatar Dec 07 '22 01:12 jdneo