Add vmargs support to vscode-bosh
This commit is contained in:
818
vscode-extensions/vscode-bosh/package-lock.json
generated
818
vscode-extensions/vscode-bosh/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user