diff options
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index ca6c01b..f9dbaa9 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,10 @@ "configuration": { "title": "Java configuration", "properties": { + "java.home": { + "type": "string", + "description": "Absolute path to your Java home directory" + }, "java.classPath": { "type": "array", "items": { |