Add vmargs support to vscode-bosh

This commit is contained in:
Kris De Volder
2019-04-02 11:53:35 -07:00
parent e84fb315de
commit eafae19a54
2 changed files with 416 additions and 409 deletions

File diff suppressed because it is too large Load Diff

View File

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