Add support to vscode-spring-boot for custom vm args
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user