Allow overriding vscode language server options

JAVA_HOME and heap can now be overridden by the user from
vscode worspace settings, in a similar way for all our language servers,
by setting XXX.java.home and XXX.java.heap configuration keys.
This commit is contained in:
Kris De Volder
2018-05-03 12:41:29 -07:00
parent e3301506a4
commit 15e3230e3b
9 changed files with 58 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pivotal-tools/commons-vscode",
"version": "0.2.1",
"version": "0.2.2",
"description": "commons-vscode",
"license": "MIT",
"repository": "",