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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pivotal-tools/commons-vscode",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "commons-vscode",
|
||||
"license": "MIT",
|
||||
"repository": "",
|
||||
|
||||
Reference in New Issue
Block a user