Add support to vscode-spring-boot for custom vm args

This commit is contained in:
Kris De Volder
2019-04-02 11:30:31 -07:00
parent 4eeb52380a
commit 4230f16fa8
3 changed files with 31 additions and 4 deletions

View File

@@ -127,6 +127,13 @@
],
"default": null,
"description": "Max JVM heap value, passed via -Xmx argument when launching spring-boot-language-server JVM process."
},
"spring-boot.ls.java.vmargs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional 'user defined' VM args to pass to the language server process."
}
}
},