vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...
[VS Code says](https://code.visualstudio.com/docs/java/java-project#_library-configuration) "By default, a referenced {binary}.jar will try to search {binary}-sources.jar under the same directory, and attach it as source if one match is found." I added the...
1. create a new class 2. in the content, change `class` to `interface` 3. icon in java projects is not updated. 
user can customize the manifest when export jar, for example, to choose an existing manifest file.
I'm wondering if it's a good/correct experience. https://user-images.githubusercontent.com/2351748/119301494-28777b00-bc95-11eb-8a81-269ee24deb00.mp4
Fix #214 ## Demonstration #### Before #### After
In the January blog post on Java in VS Code you announced support for color highlighting / file decoration in the Java Projects Explorer: https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-january-2021/ Is it possible to also...
Environment: OS: Win Vscode: 1.53.0 Vscode java project manager: 0.18.0 Actual Behaviour: The Export jar button doesn't work.
If your project is a spring-boot project, the jar file exported from Java Project Manager cannot be executed.