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 45cb21a commit 42fd533Copy full SHA for 42fd533
server/src/main/kotlin/org/javacs/kt/Configuration.kt
@@ -91,7 +91,7 @@ public data class Configuration(
91
val compiler: CompilerConfiguration = CompilerConfiguration(),
92
val completion: CompletionConfiguration = CompletionConfiguration(),
93
val diagnostics: DiagnosticsConfiguration = DiagnosticsConfiguration(),
94
- var indexing: IndexingConfiguration = IndexingConfiguration(),
+ val indexing: IndexingConfiguration = IndexingConfiguration(),
95
val externalSources: ExternalSourcesConfiguration = ExternalSourcesConfiguration(),
96
val hints: InlayHintsConfiguration = InlayHintsConfiguration()
97
)
0 commit comments