VSCode ls java home scope machine-overridable

This commit is contained in:
aboyko
2023-08-31 14:04:42 -04:00
parent 2104518da6
commit bf675bca7a
4 changed files with 16 additions and 8 deletions

View File

@@ -84,14 +84,16 @@
"string",
"null"
],
"description": "Overrides JAVA_HOME used for launching the language server JVM process"
"description": "Overrides JAVA_HOME used for launching the language server JVM process",
"scope": "machine-overridable"
},
"bosh.ls.java.vmargs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional 'user defined' VM args to pass to the language server process."
"description": "Additional 'user defined' VM args to pass to the language server process.",
"scope": "machine-overridable"
},
"bosh.cli.command": {
"type": [

View File

@@ -51,14 +51,16 @@
"string",
"null"
],
"description": "Overrides JAVA_HOME used for launching the language server JVM process"
"description": "Overrides JAVA_HOME used for launching the language server JVM process",
"scope": "machine-overridable"
},
"concourse.ls.java.vmargs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional 'user defined' VM args to pass to the language server process."
"description": "Additional 'user defined' VM args to pass to the language server process.",
"scope": "machine-overridable"
}
}
},

View File

@@ -68,14 +68,16 @@
"string",
"null"
],
"description": "Overrides JAVA_HOME used for launching the language server JVM process"
"description": "Overrides JAVA_HOME used for launching the language server JVM process",
"scope": "machine-overridable"
},
"cloudfoundry-manifest.ls.java.vmargs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional 'user defined' VM args to pass to the language server process."
"description": "Additional 'user defined' VM args to pass to the language server process.",
"scope": "machine-overridable"
}
}
}

View File

@@ -284,7 +284,8 @@
"string",
"null"
],
"description": "Override JAVA_HOME used for launching the spring-boot-language-server JVM process."
"description": "Override JAVA_HOME used for launching the spring-boot-language-server JVM process.",
"scope": "machine-overridable"
},
"spring-boot.ls.java.heap": {
"type": [
@@ -298,7 +299,8 @@
"items": {
"type": "string"
},
"description": "Additional 'user defined' VM args to pass to the language server process."
"description": "Additional 'user defined' VM args to pass to the language server process.",
"scope": "machine-overridable"
},
"spring-boot.ls.checkJVM": {
"type": "boolean",