Skip to content

Commit

Permalink
Merge pull request #157 from fwcd/add-codegen-option
Browse files Browse the repository at this point in the history
Add `kotlin.codegen.enabled` config option
  • Loading branch information
fwcd authored Jul 28, 2024
2 parents 301f100 + fd91768 commit 777a8d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@
"description": "Traces the communication between VSCode and the Kotlin language server.",
"scope": "window"
},
"kotlin.codegen.enabled": {
"type": "boolean",
"description": "Whether to enable code generation to a temporary build output directory for Java interoperability (via the non-standard kotlin/buildOutputLocation LSP method). Experimental.",
"default": false
},
"kotlin.compiler.jvm.target": {
"type": "string",
"default": "default",
Expand Down

0 comments on commit 777a8d9

Please sign in to comment.