vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
`fs-extra` is unnecessary for such a simple script.
When building a multi module Maven project with multiple levels like: ``` . ├── my-project (project) │ ├── pom.xml │ ├── module-a (folder inside a project) | └── pom.xml │...
i want to choose class in "java.lang" package, but "org.mapdb.Atomic" is always on the top
Looking through the UI contributions, I see that builds tend to run "full". https://github.com/microsoft/vscode-java-dependency/blob/84af4b35654fe0167b0bff1d39cd0ccc3d4b07c6/package.json#L612-L616 https://github.com/microsoft/vscode-java-dependency/blob/84af4b35654fe0167b0bff1d39cd0ccc3d4b07c6/package.json#L704-L708 https://github.com/microsoft/vscode-java-dependency/blob/84af4b35654fe0167b0bff1d39cd0ccc3d4b07c6/src/views/dependencyDataProvider.ts#L57-L58 https://github.com/microsoft/vscode-java-dependency/blob/84af4b35654fe0167b0bff1d39cd0ccc3d4b07c6/src/views/dependencyDataProvider.ts#L73-L80 From https://github.com/microsoft/vscode-java-dependency/issues/854#issuecomment-2323836295 & https://wiki.eclipse.org/FAQ_How_do_I_turn_off_autobuilding_of_Java_code%3F the consensus seems to be that if a user...
**Environment:** - VS Code Version: 1.96.4 - Extension Version: Extension Pack for Java v0.29.0 + Lanuagae Support for Java v1.41.0 - JDK Type & Version: jdk-17 - OS Type &...
Can the export jar allow a specific jre version to be targeted? I have old JRE 11 jars I need my jar to be used with.
Hi, thank you for this nice extensions, seems good to provide a package view like in eclipse. However, we are missing one maven quarkus project to show up:  This...
I have an API call that generates a project dynamically in my workspace. java projects are not being detected in that scenario. is there a command i can execute so...