PT #165080768, #165662425: Selective Java, XML symbol scanning
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "vscode-spring-boot",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@pivotal-tools/commons-vscode": {
|
||||
"version": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.2.tgz",
|
||||
"integrity": "sha512-hgbMlJKDCkG3xQsTNEKFcGgic/zuSkkqRD2HOx5xeHbPdFAuQbv7eXNNFRxaw1cLU8re/s4gHWAa56bESqP5RQ==",
|
||||
"integrity": "sha512-4nZnq7/ehz1nfZcHz5YZInEfWowepSysA2fTW0bAKoTsAQivmP92qly88HXf4tM1tOLxahyqAK5Rx7lbbct2wQ==",
|
||||
"requires": {
|
||||
"@pivotal-tools/jvm-launch-utils": "0.0.11",
|
||||
"deep-equal": "^1.0.1",
|
||||
|
||||
@@ -73,11 +73,21 @@
|
||||
"default": true,
|
||||
"description": "Enable/Disable Spring running Boot application live hints decorators in Java source code"
|
||||
},
|
||||
"boot-java.scan-java-test-sources.on": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Enable/Disable Java test sources files scanning"
|
||||
},
|
||||
"boot-java.support-spring-xml-config.on": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Enable/Disable Support for Spring XML Config files"
|
||||
},
|
||||
"boot-java.support-spring-xml-config.scan-folders-globs": {
|
||||
"type": "string",
|
||||
"default": "**/src/main/**",
|
||||
"description": "Scan Spring XML in folders"
|
||||
},
|
||||
"boot-java.highlight-codelens.on": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user