Add support for extra jvmargs to vscode-manifest-yaml

This commit is contained in:
Kris De Volder
2019-04-02 11:39:57 -07:00
parent 4230f16fa8
commit 5344d01277
2 changed files with 416 additions and 409 deletions

File diff suppressed because it is too large Load Diff

View File

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