|
2 | 2 | <resource-bundle>messages.AutoDevBundle</resource-bundle>
|
3 | 3 |
|
4 | 4 | <depends>com.intellij.modules.platform</depends>
|
| 5 | + <depends>com.intellij.modules.lang</depends> |
| 6 | + |
5 | 7 | <depends optional="true" config-file="json-contrib.xml">com.intellij.modules.json</depends>
|
6 | 8 |
|
7 | 9 | <extensions defaultExtensionNs="com.intellij">
|
|
38 | 40 | serviceInterface="com.intellij.temporary.inlay.codecomplete.LLMInlayManager"
|
39 | 41 | serviceImplementation="com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl"/>
|
40 | 42 |
|
41 |
| -<!-- <postStartupActivity implementation="cc.unitmesh.devti.update.AutoDevUpdateStartupActivity"/>--> |
| 43 | + <postStartupActivity implementation="cc.unitmesh.devti.update.AutoDevUpdateStartupActivity"/> |
42 | 44 |
|
43 | 45 | <typedHandler order="first, before completionAutoPopup"
|
44 | 46 | implementation="cc.unitmesh.devti.inlay.TypeOverHandler"/>
|
|
173 | 175 | dynamic="true"/>
|
174 | 176 |
|
175 | 177 | <extensionPoint qualifiedName="cc.unitmesh.languageProcessor"
|
176 |
| - interface="cc.unitmesh.devti.provider.devins.LanguagePromptProcessor" |
| 178 | + interface="cc.unitmesh.devti.provider.devins.LanguageProcessor" |
177 | 179 | dynamic="true"/>
|
178 | 180 |
|
179 | 181 | <extensionPoint qualifiedName="cc.unitmesh.customDevInsCompletionProvider"
|
|
210 | 212 | interface="cc.unitmesh.devti.provider.toolchain.ToolchainFunctionProvider"
|
211 | 213 | dynamic="true">
|
212 | 214 | </extensionPoint>
|
| 215 | + |
| 216 | + <extensionPoint qualifiedName="cc.unitmesh.revisionProvider" |
| 217 | + interface="cc.unitmesh.devti.provider.RevisionProvider" |
| 218 | + dynamic="true"> |
| 219 | + </extensionPoint> |
213 | 220 | </extensionPoints>
|
214 | 221 |
|
215 | 222 | <applicationListeners>
|
|
345 | 352 |
|
346 | 353 | <group id="AutoDev.ToolWindow.Chat.TitleActions">
|
347 | 354 | <action id="AutoDev.ToolWindow.NewChatAction" class="cc.unitmesh.devti.gui.toolbar.NewChatAction"/>
|
348 |
| -<!-- <action id="AutoDev.ToolWindow.NewSketchAction" class="cc.unitmesh.devti.gui.toolbar.NewSketchAction"/>--> |
| 355 | + <!-- <action id="AutoDev.ToolWindow.NewSketchAction" class="cc.unitmesh.devti.gui.toolbar.NewSketchAction"/>--> |
349 | 356 | </group>
|
350 | 357 |
|
351 | 358 | <group id="AutoDev.ToolWindow.Message.Toolbar.Assistant">
|
|
0 commit comments