Skip to content

Commit 40b302b

Browse files
jjohnstndatho7561
authored andcommitted
Add java.classpath.variables setting
1 parent 65b6a0c commit 40b302b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,15 @@
13481348
"description": "Generate Javadoc comments in Markdown style (requires source compliance >= 23).",
13491349
"default": false
13501350
},
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+
},
13511360
"java.codeGeneration.toString.template": {
13521361
"type": "string",
13531362
"description": "The template for generating the toString method.",

0 commit comments

Comments
 (0)