Skip to content

Commit c46736c

Browse files
committed
Final corrections
1 parent 6eea12a commit c46736c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tools/vscode/graalvm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ You will see **GraalVM: Set Active GraalVM Installation** among other actions.
159159

160160
## Java Development and Debugging
161161

162-
The [Apache NetBeans Language Server](https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java) is installed on par with the extension enables the Java language support.
163-
You have the **Java 8+** **Run** and **Run without Debugging** configuration available for developing and debugging your Java projects in VS Code.
164-
In addition to regular features enabled, GraalVM Tools for Java additionally provides support for ahead-of-time compilation with GraalVM Native Image, Java-like debugging of a native executables, integration with VisualVM, and, lastly, polyglot programming (check [here](polyglot-runtime.md)).
162+
The [Apache NetBeans Language Server](https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java), installed on par with the extension, enables the Java language support.
165163

166-
You can use the [Extension Pack for Java from Microsoft](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) if you prefer instead of the default Apache NetBeans Language Server (see [Java in VS Code](https://code.visualstudio.com/docs/languages/java) to get started).
164+
There are several Java launch configurations available by default. In addition to regular features enabled, GraalVM Tools for Java provides support for ahead-of-time compilation with GraalVM Native Image, Java-like debugging of a native executables, integration with VisualVM, and, lastly, polyglot programming (check [here](polyglot-runtime.md)).
165+
166+
You can use the [Extension Pack for Java from Microsoft](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) if you prefer it instead of the default Apache NetBeans Language Server (see [Java in VS Code](https://code.visualstudio.com/docs/languages/java) to get started).
167167
If VS Code detects the Extension Pack for Java from Microsoft installed, it deactivates the Apache NetBeans Language Server.
168168

169169
## Integration with VisualVM

0 commit comments

Comments
 (0)