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 7bc8ca9 commit c6c3560Copy full SHA for c6c3560
kotlin/src/223/main/kotlin/cc/unitmesh/kotlin/provider/KotlinVersionProvider.kt
@@ -16,7 +16,7 @@ class KotlinVersionProvider : ChatContextProvider {
16
return creationContext.sourceFile?.language is KotlinLanguage
17
}
18
19
- override suspend fun collect(project: Project, creationContext: ChatCreationContext): List<ChatContextItem> {
+ override fun collect(project: Project, creationContext: ChatCreationContext): List<ChatContextItem> {
20
val languageVersionSettings = runReadAction {
21
project.languageVersionSettings
22
} ?: return emptyList()
0 commit comments