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

Commit

Permalink
Merge pull request #417 from ckipp01/message
Browse files Browse the repository at this point in the history
Clarify the usage of metals.javaHome
  • Loading branch information
ckipp01 authored Aug 9, 2021
2 parents ee4be23 + 3766cab commit 742a561
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 742a561

Please sign in to comment.