summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-11-01 12:46:32 -0700
committerGeorge Fraser <george@fivetran.com>2018-12-02 12:17:04 -0800
commit896a3eed2bcb624d1e552d08813a54a15b2cd1ac (patch)
tree9763742df85b519d13ca844c2471e4965164699d /package.json
parent85be6563762ece9e972bcc83f61aa4b9ce766658 (diff)
downloadjava-language-server-896a3eed2bcb624d1e552d08813a54a15b2cd1ac.zip
java.home setting
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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": {