We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82e588 commit 7f0d9d6Copy full SHA for 7f0d9d6
src/findJava.ts
@@ -2,7 +2,8 @@ import * as path from "path";
2
import * as vscode from "vscode";
3
4
function validateJava(javaPath: string): boolean {
5
- return true;
+ //TODO check java path
6
+ return false;
7
}
8
9
export default function(): string|null {
0 commit comments