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: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,11 @@
279
279
"description": "Traces the communication between VSCode and the Kotlin language server.",
280
280
"scope": "window"
281
281
},
282
+
"kotlin.codegen.enabled": {
283
+
"type": "boolean",
284
+
"description": "Whether to enable code generation to a temporary build output directory for Java interoperability (via the non-standard kotlin/buildOutputLocation LSP method). Experimental.",
0 commit comments