We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279b4fd commit 629eefcCopy full SHA for 629eefc
1 file changed
src/util/requirements.ts
@@ -94,7 +94,6 @@ function checkJavaRuntime(property: string): Promise<string> {
94
}
95
// No settings, let's try to detect as last resort.
96
findJavaHome({ allowJre: true }, (err: any, home: any) => {
97
- require
98
if (err) {
99
openJDKDownload(reject, localize("check.java.runtime.failed.locate"));
100
0 commit comments