vscode-java
vscode-java copied to clipboard
Java Language Support for Visual Studio Code
My team is developing in an [Nx](https://nx.dev/) monorepo with VS Code where apps and libraries are listed in the folder `apps/` and `libs`. Some of our apps and libs are...
See: https://github.com/redhat-developer/vscode-java/issues/2412#issuecomment-1255294533 & https://github.com/redhat-developer/vscode-java/issues/2412#issuecomment-1255294533
- Since any JVM component may invoke logging, it may be best to disable all logging - Related #2577 - Fixes #2292 Signed-off-by: Roland Grunberg Prompted again by https://github.com/redhat-developer/vscode-microprofile/issues/110#issuecomment-1255150646 ,...
try paste this into a string, i.e. between two quotes "": ``` SELECT payment_date, amount, sum(amount) OVER (ORDER BY payment_date) FROM ( SELECT CAST(payment_date AS DATE) AS payment_date, SUM(amount) AS...
When importing a maven multi module which has modules which contains generated-sources/java the generated-sources/java folder is not added into the source paths. Only the generated-sources/annotations is added.
requires https://github.com/eclipse/eclipse.jdt.ls/pull/2231 Signed-off-by: Sheng Chen
##### Environment - Operating System: MacOS 12.511 - JDK version: 1.8.0_341 - Visual Studio Code version: 1.71.0 - Java extension version: 1.10.0 ##### Steps To Reproduce ![Capture d’écran 2022-09-13 à...
This is just an idea and if possible to provide as separate plugin instead of inside vscode-java I'm happy to do that. Idea, in github.com/jbangdev/jbang-idea we got a plugin that...
Signed-off-by: Shi Chen related to https://github.com/eclipse/eclipse.jdt.ls/pull/2228
I have a use case where I need `tooling_jre` to be customizable: https://github.com/redhat-developer/vscode-java/blob/master/src/requirements.ts#L36. I can't use the embedded ones because I need to use a custom one that has the...