summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-04-23 11:50:55 -0700
committerGeorge Fraser <george@fivetran.com>2017-04-23 11:50:55 -0700
commit8c0871fe6a018c5d46a96e57a4bdb50d79656195 (patch)
treeaba4c7e29e4d27842dd8ec37984fa1a3cd43a869 /package.json
parentc0604a3c7984ad178530c5a7fdb1341b4d7d4919 (diff)
downloadjava-language-server-8c0871fe6a018c5d46a96e57a4bdb50d79656195.zip
Add java.sourceDirectories setting
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json
index 50582e7..af26acc 100644
--- a/package.json
+++ b/package.json
@@ -58,9 +58,16 @@
"type": "array",
"items": {
"type": "string",
- "pattern": "^[^:]+:[^:]+:[^:]+(:[^:]+:[^:]+)?$",
- "description": "External dependencies of the form groupId:artifactId:version or groupId:artifactId:packaging:version:scope"
- }
+ "pattern": "^[^:]+:[^:]+:[^:]+(:[^:]+:[^:]+)?$"
+ },
+ "description": "External dependencies of the form groupId:artifactId:version or groupId:artifactId:packaging:version:scope"
+ },
+ "java.sourceDirectories": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "description": "Java source directories in the workspace"
}
}
}