Skip to content

Commit 14fa6e4

Browse files
Vigilansfbricon
authored andcommitted
Add java.project.referencedLibraries setting (#1196)
Signed-off-by: Vigilans <vigilans@foxmail.com>
1 parent 7f005ee commit 14fa6e4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,32 @@
222222
],
223223
"scope": "window"
224224
},
225+
"java.project.referencedLibraries": {
226+
"type": [
227+
"array",
228+
"object"
229+
],
230+
"description": "Configure glob patterns for referencing local libraries to a Java project.",
231+
"default": [
232+
"lib/**/*.jar"
233+
],
234+
"properties": {
235+
"include": {
236+
"type": "array"
237+
},
238+
"exclude": {
239+
"type": "array"
240+
},
241+
"sources": {
242+
"type": "object"
243+
}
244+
},
245+
"required": [
246+
"include"
247+
],
248+
"additionalProperties": false,
249+
"scope": "window"
250+
},
225251
"java.contentProvider.preferred": {
226252
"type": "string",
227253
"description": "Preferred content provider (a 3rd party decompiler id, usually)",

0 commit comments

Comments
 (0)