Skip to content

Commit 7f67e94

Browse files
committed
updated README
1 parent c4e197a commit 7f67e94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ As soon as one of the settings is changed, the Language Server is restarted.
177177

178178
## How to use JDK early access builds
179179
This setup makes it easier to experiment with early access JDK builds. Follow these steps to enable the use of an early access JDK:
180-
Step-1: Navigate to `View | Command Palette | Preferences:Open User Settings | Jdk > Advanced > Disable: Nbjavac` and set it to `true` .
180+
Step-1: Navigate to `View | Command Palette | Preferences:Open User Settings | Jdk > Advanced > Disable: Nbjavac` and enable the checkbox.
181181

182-
Step-2: Set the JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` by updating the __jdk: Jdkhome__ setting to point to the early access JDK path.
182+
Step-2: Set the JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` by updating the __jdk.jdkhome__ setting to point to the early access JDK path.
183183

184184
## Running Language Server per VSCode workspace or for user
185185
It is possible to run Oracle Java Platform extension per workspace (VSCode window). This allows separation of Language Server for given project as Language Server JVM is not shared for more VSCode open workspaces (projects).

vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ As soon as one of the settings is changed, the Language Server is restarted.
171171

172172
## How to use JDK early access builds
173173
This setup makes it easier to experiment with early access JDK builds. Follow these steps to enable the use of an early access JDK:
174-
Step-1: Navigate to `View | Command Palette | Preferences:Open User Settings | Jdk > Advanced > Disable: Nbjavac` and set it to `true` .
174+
Step-1: Navigate to `View | Command Palette | Preferences:Open User Settings | Jdk > Advanced > Disable: Nbjavac` and enable the checkbox.
175175

176-
Step-2: Set the JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` by updating the __jdk: Jdkhome__ setting to point to the early access JDK path.
176+
Step-2: Set the JDK in `View | Command Palette | Preferences:Open User Settings (JSON) ...` by updating the __jdk.jdkhome__ setting to point to the early access JDK path.
177177

178178
## Running Language Server per VSCode workspace or for user
179179
It is possible to run Oracle Java Platform extension per workspace (VSCode window). This allows separation of Language Server for given project as Language Server JVM is not shared for more VSCode open workspaces (projects).

0 commit comments

Comments
 (0)