Skip to content

Commit 7f0d9d6

Browse files
committed
TODO: check java path
1 parent c82e588 commit 7f0d9d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/findJava.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import * as path from "path";
22
import * as vscode from "vscode";
33

44
function validateJava(javaPath: string): boolean {
5-
return true;
5+
//TODO check java path
6+
return false;
67
}
78

89
export default function(): string|null {

0 commit comments

Comments
 (0)