Skip to content

Commit ccff362

Browse files
committed
Add java.classpath.variables setting
1 parent 2f656c5 commit ccff362

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
@@ -1338,6 +1338,15 @@
13381338
"description": "Generate Javadoc comments in Markdown style (requires source compliance >= 23).",
13391339
"default": false
13401340
},
1341+
"java.classpath.variables": {
1342+
"type": "array",
1343+
"description": "Set of classpath variable strings of the form: \"name=path\" that are used to resolve classpath entries.",
1344+
"items": {
1345+
"type":"string",
1346+
"pattern": "[a-zA-Z_$][a-zA-Z0-9_$]*=.*"
1347+
},
1348+
"scope": "window"
1349+
},
13411350
"java.codeGeneration.toString.template": {
13421351
"type": "string",
13431352
"description": "The template for generating the toString method.",

0 commit comments

Comments
 (0)