You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlin-vscode/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,11 @@
56
56
"type": "string",
57
57
"default": null,
58
58
"description": "A path to the JRE that will be used to run the LSP. It should be at least version 17. If not specified, default java version will be used"
59
+
},
60
+
"kotlinLSP.additionalJvmArgs": {
61
+
"type": "array",
62
+
"default": [],
63
+
"description": "Additional JVM arguments to pass to the LSP server"
0 commit comments