File tree Expand file tree Collapse file tree 6 files changed +0
-73
lines changed
223/main/resources/META-INF
233/main/resources/META-INF
main/kotlin/cc/unitmesh/devti
kotlin/cc/unitmesh/idea/provider Expand file tree Collapse file tree 6 files changed +0
-73
lines changed Original file line number Diff line number Diff line change 151
151
interface =" cc.unitmesh.devti.provider.DevFlowProvider"
152
152
dynamic =" true" />
153
153
154
- <extensionPoint qualifiedName =" cc.unitmesh.layeredArchProvider"
155
- interface =" cc.unitmesh.devti.provider.architecture.LayeredArchProvider"
156
- dynamic =" true" />
157
-
158
154
<!-- TODO: find better way to share context -->
159
155
<extensionPoint qualifiedName =" cc.unitmesh.contextPrompter"
160
156
interface =" cc.unitmesh.devti.provider.ContextPrompter"
Original file line number Diff line number Diff line change 153
153
interface =" cc.unitmesh.devti.provider.DevFlowProvider"
154
154
dynamic =" true" />
155
155
156
- <extensionPoint qualifiedName =" cc.unitmesh.layeredArchProvider"
157
- interface =" cc.unitmesh.devti.provider.architecture.LayeredArchProvider"
158
- dynamic =" true" />
159
-
160
156
<!-- TODO: find better way to share context -->
161
157
<extensionPoint qualifiedName =" cc.unitmesh.contextPrompter"
162
158
interface =" cc.unitmesh.devti.provider.ContextPrompter"
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ import cc.unitmesh.devti.provider.context.ChatCreationContext
8
8
import cc.unitmesh.devti.provider.context.ChatOrigin
9
9
import cc.unitmesh.devti.provider.devins.LanguagePromptProcessor
10
10
import cc.unitmesh.devti.template.TemplateRender
11
- import com.intellij.openapi.application.runReadAction
12
11
import com.intellij.openapi.editor.Editor
13
- import com.intellij.openapi.fileEditor.FileDocumentManager
14
12
import com.intellij.openapi.fileEditor.FileEditorManager
15
13
import com.intellij.openapi.project.Project
16
14
import com.intellij.psi.PsiDocumentManager
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 56
56
language =" JAVA"
57
57
implementationClass =" cc.unitmesh.idea.provider.JavaCustomPromptProvider" />
58
58
59
- <layeredArchProvider
60
- implementation =" cc.unitmesh.idea.provider.JavaLayeredArchProvider" />
61
-
62
59
<relatedClassProvider
63
60
language =" JAVA"
64
61
implementationClass =" cc.unitmesh.idea.provider.JavaRelatedClassesProvider" />
You can’t perform that action at this time.
0 commit comments