Skip to content

Commit 777a8d9

Browse files
authored
Merge pull request #157 from fwcd/add-codegen-option
Add `kotlin.codegen.enabled` config option
2 parents 301f100 + fd91768 commit 777a8d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@
279279
"description": "Traces the communication between VSCode and the Kotlin language server.",
280280
"scope": "window"
281281
},
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+
},
282287
"kotlin.compiler.jvm.target": {
283288
"type": "string",
284289
"default": "default",

0 commit comments

Comments
 (0)