You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight extension to provide additional Java project explorer feature. It works with [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) to provide the following features:
7
+
A lightweight extension to provide additional Java project explorer features. It works with [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) to provide the following features:
-[Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.14.0 or later)
20
20
21
21
## Contribution
22
22
23
23
### Build
24
24
* Prerequirement
25
25
- Node.js
26
-
- Java SDK 1.8.0 above
26
+
- Java SDK 1.8.0 or above
27
27
28
-
* Go to root folder:
28
+
* Go to root folder:
29
29
```
30
-
npm install -g gulp
31
-
npm install
30
+
npm install -g gulp
31
+
npm install
32
32
gulp build_server
33
33
```
34
-
35
-
## Release Note
36
-
37
34
38
35
## Telemetry
39
36
VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409) to learn more. If you don't wish to send usage data to Microsoft, you can set the `telemetry.enableTelemetry` setting to `false`. Learn more in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
0 commit comments