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 33f1295 commit f5067eeCopy full SHA for f5067ee
server/src/main/kotlin/org/javacs/kt/KotlinWorkspaceService.kt
@@ -80,6 +80,7 @@ class KotlinWorkspaceService(
80
}
81
82
83
+ @Suppress("LongMethod")
84
override fun didChangeConfiguration(params: DidChangeConfigurationParams) {
85
val settings = params.settings as? JsonObject
86
settings?.get("kotlin")?.asJsonObject?.apply {
0 commit comments