Skip to content

Commit

Permalink
Merge pull request #644 from tgodzik/fix-message-java-home
Browse files Browse the repository at this point in the history
Point the message about java home to to exact Metals setting
  • Loading branch information
tgodzik authored Aug 6, 2021
2 parents 42aa087 + f26b4cb commit 0a2845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function deactivate(): Thenable<void> | undefined {
function showMissingJavaMessage(): Thenable<void> {
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 " +
"or select a version to install automatically";

outputChannel.appendLine(message);
Expand Down

0 comments on commit 0a2845e

Please sign in to comment.