1 parent 65b6a0c commit 40b302bCopy full SHA for 40b302b
1 file changed
package.json
@@ -1348,6 +1348,15 @@
1348
"description": "Generate Javadoc comments in Markdown style (requires source compliance >= 23).",
1349
"default": false
1350
},
1351
+ "java.classpath.variables": {
1352
+ "type": "array",
1353
+ "description": "Set of classpath variable strings of the form: \"name=path\" that are used to resolve classpath entries.",
1354
+ "items": {
1355
+ "type":"string",
1356
+ "pattern": "[a-zA-Z_$][a-zA-Z0-9_$]*=.*"
1357
+ },
1358
+ "scope": "window"
1359
1360
"java.codeGeneration.toString.template": {
1361
"type": "string",
1362
"description": "The template for generating the toString method.",
0 commit comments