We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188f41f commit c1e44a2Copy full SHA for c1e44a2
server/src/main/kotlin/org/javacs/kt/Configuration.kt
@@ -19,7 +19,7 @@ public data class SnippetsConfiguration(
19
20
public data class CodegenConfiguration(
21
/** Whether to enable code generation to a temporary build directory for Java interoperability. */
22
- var enabled: Boolean = true
+ var enabled: Boolean = false
23
)
24
25
public data class CompletionConfiguration(
0 commit comments