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 c17776b commit 7bc8ca9Copy full SHA for 7bc8ca9
build.gradle.kts
@@ -644,7 +644,7 @@ project(":exts:ext-container") {
644
dependencies {
645
intellijPlatform {
646
intellijIde(prop("ideaVersion"))
647
- intellijPlugins(ideaPlugins + prop("devContainerPlugin"))
+ intellijPlugins(ideaPlugins + prop("devContainerPlugin") + "Docker")
648
}
649
650
implementation(project(":core"))
exts/ext-endpoints/src/223/main/kotlin/cc/unitmesh/endpoints/provider/EndpointsContextProvider.kt
@@ -10,7 +10,7 @@ class EndpointsContextProvider : ChatContextProvider {
10
return false
11
12
13
- override suspend fun collect(
+ override fun collect(
14
project: Project,
15
creationContext: ChatCreationContext
16
): List<ChatContextItem> {
0 commit comments