Skip to content

Commit 7bc8ca9

Browse files
committed
chore: fix dev issues
1 parent c17776b commit 7bc8ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ project(":exts:ext-container") {
644644
dependencies {
645645
intellijPlatform {
646646
intellijIde(prop("ideaVersion"))
647-
intellijPlugins(ideaPlugins + prop("devContainerPlugin"))
647+
intellijPlugins(ideaPlugins + prop("devContainerPlugin") + "Docker")
648648
}
649649

650650
implementation(project(":core"))

exts/ext-endpoints/src/223/main/kotlin/cc/unitmesh/endpoints/provider/EndpointsContextProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class EndpointsContextProvider : ChatContextProvider {
1010
return false
1111
}
1212

13-
override suspend fun collect(
13+
override fun collect(
1414
project: Project,
1515
creationContext: ChatCreationContext
1616
): List<ChatContextItem> {

0 commit comments

Comments
 (0)