PT #165419026: Hyperlinks in XML config files
This commit is contained in:
@@ -83,6 +83,16 @@
|
||||
"default": false,
|
||||
"description": "Enable/Disable Support for Spring XML Config files"
|
||||
},
|
||||
"boot-java.support-spring-xml-config.hyperlinks": {
|
||||
"type": "boolean",
|
||||
"description": "Enable/Disable Hyperlinks in Spring XML Config file editor",
|
||||
"default": true
|
||||
},
|
||||
"boot-java.support-spring-xml-config.content-assist": {
|
||||
"type": "boolean",
|
||||
"description": "Enable/Disable Content Assist in Spring XML Config file editor",
|
||||
"default": true
|
||||
},
|
||||
"boot-java.support-spring-xml-config.scan-folders-globs": {
|
||||
"type": "string",
|
||||
"default": "**/src/main/**",
|
||||
|
||||
Reference in New Issue
Block a user