We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java.project.referencedLibraries
1 parent 7f005ee commit 14fa6e4Copy full SHA for 14fa6e4
package.json
@@ -222,6 +222,32 @@
222
],
223
"scope": "window"
224
},
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
240
241
+ "sources": {
242
+ "type": "object"
243
+ }
244
245
+ "required": [
246
+ "include"
247
248
+ "additionalProperties": false,
249
+ "scope": "window"
250
251
"java.contentProvider.preferred": {
252
"type": "string",
253
"description": "Preferred content provider (a 3rd party decompiler id, usually)",
0 commit comments