We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33cb4 commit 99bac5aCopy full SHA for 99bac5a
core/src/main/kotlin/cc/unitmesh/devti/provider/context/IdeVersionChatContextProvider.kt
@@ -5,7 +5,7 @@ import com.intellij.openapi.application.ApplicationNamesInfo
5
import com.intellij.openapi.project.Project
6
7
class IdeVersionChatContextProvider : ChatContextProvider {
8
- override fun isApplicable(project: Project, creationContext: ChatCreationContext) = true
+ override fun isApplicable(project: Project, creationContext: ChatCreationContext) = false
9
10
override fun collect(project: Project, creationContext: ChatCreationContext): List<ChatContextItem> {
11
val productName = ApplicationNamesInfo.getInstance().fullProductName
0 commit comments