javavscode
javavscode copied to clipboard
Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Add netbeans patches to fix issues - #59 - #101
- Using `c8` lib added code-coverage report generation functionality. NOTE: Merge after NB-23 or when patch is added in this repo
See the image below. I did quick fix (`Ctrl + .`) on the variable x in the method run. * quick fixes should be unique, there are several occurrences of...
I tried to run this repo : [https://github.com/admpresales/testng-example](https://github.com/admpresales/testng-example). But it resulted in this error. Steps to reproduce: 1. git clone https://github.com/admpresales/testng-example 2. open any file it would show it has...
This is one part a question and one part, I assume, a feature request. How can I teach the extension about dependencies that I am going to put on the...
This PR aims to disable some obvious unused modules to reduce the size of the extension. After disabling all these modules the size of the extension reduces to almost 137...
I see this in the extension host logs: 2024-04-25 20:33:33.896 [warning] Oracle.oracle-java - Code actions of kind 'quickfix 'requested but returned code action is of kind 'refactor.rewrite'. Code action will...
Dear extension author, Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of...
We can directly pass `vmArgs` option if present in launch.json or provide separate option for passing arguments in the test.
When I open VS Code, I see the following errors and the extension fails to start. (And yes, C:\dev\jdk-21.0.2 contains a valid JDK installation.)  extension: 1.0.0 VS Code: 1.85.2...