Skip to content

Commit a55b373

Browse files
author
gregvanl
committed
Tune header
1 parent b336de0 commit a55b373

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/java/java-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ If you run into any issues when following this tutorial, you can contact us by c
1818

1919
<a class="tutorial-feedback-btn" onclick="reportIssue('java-tutorial', 'getting-started')" href="javascript:void(0)">Report an issue</a>
2020

21-
## Setting up Visual Studio Code for Java Development
21+
## Setting up VS Code for Java development
2222

2323
### Coding Pack for Java
2424

25-
To help you set up quickly, you can install the **Coding Pack for Java**, which includes VS Code, the JDK, and essential Java extensions. The Coding Pack can be used as a clean installation, or to update or repair an existing development environment.
25+
To help you set up quickly, you can install the **Coding Pack for Java**, which includes VS Code, the Java Development Kit (JDK), and essential Java extensions. The Coding Pack can be used as a clean installation, or to update or repair an existing development environment.
2626

2727
<a class="tutorial-install-extension-btn" href="https://aka.ms/vscode-java-installer-win">Install the Coding Pack for Java - Windows</a>
2828

@@ -53,7 +53,7 @@ For this tutorial, the only required extensions are:
5353

5454
### Supported Java versions
5555

56-
Supported versions for running VS Code for Java and supported versions for your projects are two seperate concepts. To run VS Code for Java, Java SE 11 or above version is required; for projects, VS Code for Java supports projects with version 1.5 or above. For more details, refer to [Configure JDK](/docs/java/java-project.md#configure-jdk).
56+
Supported versions for running VS Code for Java and supported versions for your projects are two separate concepts. To run VS Code for Java, Java SE 11 or above version is required; for projects, VS Code for Java supports projects with version 1.5 or above. For more details, refer to [Configure JDK](/docs/java/java-project.md#configure-jdk).
5757

5858
### Installing a Java Development Kit (JDK)
5959

docs/languages/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ VS Code provides essential language features such as code completion, refactorin
3030

3131
VS Code is a fast editor and ships with great editing features. Before you begin, you must have the Java SE Development Kit (JDK) on your local environment. To run VS Code for Java, Java SE 11 or above version is required; for projects, VS Code for Java supports projects with version 1.5 or above. For more details, refer to [Configure JDK](/docs/java/java-project.md#configure-jdk).
3232

33-
To help you set up quickly, you can install the **Coding Pack for Java**, which includes VS Code, the JDK, and essential Java extensions. The Coding Pack can be used as a clean installation, or to update or repair an existing development environment.
33+
To help you set up quickly, you can install the **Coding Pack for Java**, which includes VS Code, the Java Development Kit (JDK), and essential Java extensions. The Coding Pack can be used as a clean installation, or to update or repair an existing development environment.
3434

3535
<a class="tutorial-install-extension-btn" href="https://aka.ms/vscode-java-installer-win">Install the Coding Pack for Java - Windows</a>
3636

@@ -85,7 +85,7 @@ For developers new to Java or new to VS Code, we provide a Getting Started exper
8585

8686
## Working with Java source files
8787

88-
You can use VS Code to read, write, run and debug Java source file(s) without creating a project. VS Code for Java supports two modes, lightweight and standard. Lightweight mode is ideal for scenarios that only deal with source file(s). If you want to work with a full scale project, standard mode will be required. You can easily switch from lightweight mode to standard mode, when needed. To learn more, see [Lightweight Mode](/docs/java/java-project.md#lightweight-mode).
88+
You can use VS Code to read, write, run, and debug Java source file(s) without creating a project. VS Code for Java supports two modes, lightweight and standard. Lightweight mode is ideal for scenarios that only deal with source file(s). If you want to work with a full scale project, standard mode will be required. You can easily switch from lightweight mode to standard mode, when needed. To learn more, see [Lightweight Mode](/docs/java/java-project.md#lightweight-mode).
8989

9090
## Working with Java project
9191

0 commit comments

Comments
 (0)