Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Clarify the usage of metals.javaHome #417

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function activate(context: ExtensionContext) {
() => {
const message =
"Unable to find a Java 8 or Java 11 installation on this computer. " +
"To fix this problem, update the 'Java Home' setting to point to a Java 8 or Java 11 home directory";
"To fix this problem, update the 'metals.javaHome' setting to point to a Java 8 or Java 11 home directory";
const openSettings = "Open Settings";
const ignore = "Ignore for now";
workspace
Expand Down