Description
My team is developing in an Nx monorepo with VS Code where apps and libraries are listed in the folder apps/
and libs
. Some of our apps and libs are in Java. We installed the Extension Pack for Java
, which include this extension (Language Support for Java(TM) by Red Hat
). Java projects are built with either Maven or Gradle. In this context, this VS Code extension works great as language support for Java. For example, IntelliSense works properly in VS Code for Java files.
I observed that this extension breaks when placing the file build.gradle
in the workspace root folder. By breaking, I mean that IntelliSense is no longer working. See this issue for more detailed information and logs. The issue is related to the presence of the file build.gradle
as an empty file still breaks the language support. Having a workspace-level build.gradle
is a standard for multi-project build.
The expected behavior is that this VS Code extension should work fine in the context of multi-project build with Gradle.
Environment
- Operating System: linux x64 (Debian 11)
- JDK version: 17.0.4
- Visual Studio Code version: 1.71.2
- Java extension version: 1.10.0
Steps To Reproduce
- Clone this repo: https://github.com/Sage-Bionetworks/challenge-registry.git
- Checkout the commit 4e63ff1e150337882b680f05bf25c81bffa0fdfc
- Follow the README to setup the project
- Open a
.java
file > IntelliSense does not work - Delete the file
build.gradle
- Repeat Steps 3
- Open a
.java
file > IntelliSense works
Detailed logs can be found here.
Current Result
IntelliSense does not work in Java files. For example, no tooltip is displayed in VS Code when hovering on an import
statement.
Expected Result
IntelliSense should work in Java files.
Additional Informations
$ nx report
> NX Report complete - copy this into the issue template
Node : 16.17.0
OS : linux x64
yarn : 3.2.2
nx : 14.5.4
@nrwl/angular : 14.5.4
@nrwl/cypress : 14.5.4
@nrwl/detox : Not Found
@nrwl/devkit : 14.5.4
@nrwl/eslint-plugin-nx : 14.5.4
@nrwl/express : Not Found
@nrwl/jest : 14.5.4
@nrwl/js : 14.5.4
@nrwl/linter : 14.5.4
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : 14.5.4
@nrwl/nx-cloud : 14.3.0
@nrwl/nx-plugin : 14.5.4
@nrwl/react : Not Found
@nrwl/react-native : Not Found
@nrwl/schematics : Not Found
@nrwl/storybook : 14.5.4
@nrwl/web : 14.5.4
@nrwl/workspace : 14.5.4
typescript : 4.7.4
---------------------------------------
Community plugins:
@nguniversal/express-engine: 14.2.0
@nguniversal/builders: 14.2.0
@nx-tools/nx-docker: 2.3.0
@nxrocks/nx-spring-boot: 5.0.2
$ code --list-extensions --show-versions
Extensions installed on Dev Container: Challenge @ ssh://devcontainers-ssm:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]