vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
Each time I open a project, I get [this](https://github.com/microsoft/vscode-java-dependency/blob/main/src/upgrade/utility.ts#L36) popup warning: “This project is using an older Java runtime (17). Would you like to upgrade it to Java 21 (latest...
Bumps and [tar-fs](https://github.com/mafintosh/tar-fs). These dependencies needed to be updated together. Updates `tar-fs` from 2.1.3 to 2.1.4 Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 See full diff in...
Type: Bug Sometimes files (especially generated, but also moved to other package via Refactor) are not visible in JAVA PROJECTS view. I can see it in the Folder view so...
This extension contributes a submenu "New Java File" and other commands like "New Java Package, etc." to the explorer context menu. I don't think this is consistent with the VS...
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4. Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug: Bug Fix #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (@mbargiel)...
[Incorrect Package error](https://i.sstatic.net/GWqVmaQE.png) **Problem:** Even when my Java package names match the folder structure, VS Code shows an “Incorrect Package” error. For example, my structure is: src/ └── Model/ ├──...
``` Executing task: "mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="archetype-quickstart-jdk8" -DarchetypeGroupId="com.github.ngeor" -DarchetypeVersion="2.8.1" -DgroupId="com.example" -DartifactId="demo"" The filename, directory name, or volume label syntax is incorrect. ``` Getting this error after latest vscode update . Windows...
[digital-clock.html](https://github.com/user-attachments/files/21958679/digital-clock.html) `>` [][(url)](https://github.com/themuskgpt2024-svg/Googy/issues/1) _Originally posted by @themuskgpt2024-svg in [#887](https://github.com/microsoft/vscode-java-dependency/issues/887#issuecomment-3218324739)_
The great university of knowledge redme.md](https://github.com/user-attachments/files/21675308/Pixel.md)``
Eclipse has a settings for custom rules to define replacements for how package names are shown; ``` com.mycompany.myproject=.. com.mycompany=.. ``` Something like the previous example make Eclipse replace these package...