Skip to content

Commit

Permalink
Disable codegen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 28, 2024
1 parent 188f41f commit c1e44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/kotlin/org/javacs/kt/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public data class SnippetsConfiguration(

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

public data class CompletionConfiguration(
Expand Down

0 comments on commit c1e44a2

Please sign in to comment.