File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments