Skip to content

Commit fd91768

Browse files
committed
Rename config option to kotlin.codegen.enabled
For consistency with the other options
1 parent d697c9d commit fd91768

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@
241241
"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.",
242242
"default": 0
243243
},
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-
},
249244
"kotlin.languageServer.debugAttach.enabled": {
250245
"type": "boolean",
251246
"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 @@
284279
"description": "Traces the communication between VSCode and the Kotlin language server.",
285280
"scope": "window"
286281
},
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.",
285+
"default": false
286+
},
287287
"kotlin.compiler.jvm.target": {
288288
"type": "string",
289289
"default": "default",

0 commit comments

Comments
 (0)