javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)

Results 105 javavscode issues
Sort by recently updated
recently updated
newest added

Add netbeans patches to fix issues - #59 - #101

OCA Verified

- Using `c8` lib added code-coverage report generation functionality. NOTE: Merge after NB-23 or when patch is added in this repo

OCA Verified

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...

bug
Apache-Netbeans
patch-ready-YTD

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...

bug
Apache-Netbeans
patch-ready-YTD

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...

enhancement

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...

OCA Verified

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...

bug
Apache-Netbeans
patch-ready-YTD

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...

discussion

We can directly pass `vmArgs` option if present in launch.json or provide separate option for passing arguments in the test.

enhancement

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.) ![image](https://github.com/oracle/javavscode/assets/15714253/d14c3791-debd-46ac-92e5-cabe48957578) extension: 1.0.0 VS Code: 1.85.2...

enhancement