Skip to content

Commit 9b9830c

Browse files
committed
added refer to troubleshoot section log
1 parent fd86468 commit 9b9830c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ function doActivateWithJDK(specifiedJDK: string | null, context: ExtensionContex
970970
} else {
971971
handleLog(log, "Cannot find org.netbeans.modules.java.lsp.server in the log!");
972972
}
973+
handleLog(log, `Please refer to troubleshooting section for more info: https://github.com/oracle/javavscode/blob/main/README.md#troubleshooting`);
973974
log.show(false);
974975
killNbProcess(false, log, p);
975976
reject(`${SERVER_NAME} not enabled!`);

0 commit comments

Comments
 (0)