Skip to content

Commit 4d06091

Browse files
committed
Add java.classpath.variables setting
1 parent 18413af commit 4d06091

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,11 +1326,20 @@
13261326
"default": false,
13271327
"scope": "window"
13281328
},
1329-
"java.codeGeneration.generateCommentsInMarkdown": {
1330-
"type": "boolean",
1331-
"description": "Generate Javadoc comments in Markdown style (requires source compliance >= 23).",
1332-
"default": false
1333-
},
1329+
"java.codeGeneration.generateCommentsInMarkdown": {
1330+
"type": "boolean",
1331+
"description": "Generate Javadoc comments in Markdown style (requires source compliance >= 23).",
1332+
"default": false
1333+
},
1334+
"java.classpath.variables": {
1335+
"type": "array",
1336+
"description": "Set of classpath variable strings of the form: \"name=path\" that are used to resolve classpath entries.",
1337+
"items": {
1338+
"type":"string",
1339+
"pattern": "[a-zA-Z_$][a-zA-Z0-9_$]*=.*"
1340+
},
1341+
"scope": "window"
1342+
},
13341343
"java.codeGeneration.toString.template": {
13351344
"type": "string",
13361345
"description": "The template for generating the toString method.",

0 commit comments

Comments
 (0)