Skip to content

Commit c1e44a2

Browse files
committed
Disable codegen by default
1 parent 188f41f commit c1e44a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public data class SnippetsConfiguration(
1919

2020
public data class CodegenConfiguration(
2121
/** Whether to enable code generation to a temporary build directory for Java interoperability. */
22-
var enabled: Boolean = true
22+
var enabled: Boolean = false
2323
)
2424

2525
public data class CompletionConfiguration(

0 commit comments

Comments
 (0)