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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -241,11 +241,6 @@
241
241
"description": "The port to which the client will attempt to connect to. A random port is used if zero. Only used if the transport layer is TCP.",
242
242
"default": 0
243
243
},
244
-
"kotlin.languageServer.codegen.enabled": {
245
-
"type": "boolean",
246
-
"description": "Whether to enable code generation to a temporary build output directory for Java interoperability (via the non-standard kotlin/buildOutputLocation LSP method). Experimental.",
247
-
"default": false
248
-
},
249
244
"kotlin.languageServer.debugAttach.enabled": {
250
245
"type": "boolean",
251
246
"description": "[DEBUG] Whether the language server should listen for debuggers, i.e. be debuggable while running in VSCode. This is ONLY useful if you need to debug the language server ITSELF.",
@@ -284,6 +279,11 @@
284
279
"description": "Traces the communication between VSCode and the Kotlin language server.",
285
280
"scope": "window"
286
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