|
2 | 2 | <resource-bundle>messages.AutoDevBundle</resource-bundle>
|
3 | 3 |
|
4 | 4 | <depends>com.intellij.modules.platform</depends>
|
| 5 | + <depends optional="true" config-file="json-contrib.xml">com.intellij.modules.json</depends> |
5 | 6 |
|
6 | 7 | <extensions defaultExtensionNs="com.intellij">
|
7 | 8 | <notificationGroup id="AutoDev.notification.group" displayType="STICKY_BALLOON" bundle="messages.AutoDevBundle"
|
|
132 | 133 | <with attribute="implementationClass" implements="cc.unitmesh.devti.provider.PsiElementDataBuilder"/>
|
133 | 134 | </extensionPoint>
|
134 | 135 |
|
| 136 | + <extensionPoint qualifiedName="cc.unitmesh.refactoringTool" |
| 137 | + beanClass="com.intellij.lang.LanguageExtensionPoint" dynamic="true"> |
| 138 | + <with attribute="implementationClass" implements="cc.unitmesh.devti.provider.RefactoringTool"/> |
| 139 | + </extensionPoint> |
| 140 | + |
135 | 141 | <extensionPoint qualifiedName="cc.unitmesh.buildSystemProvider"
|
136 | 142 | interface="cc.unitmesh.devti.provider.BuildSystemProvider"
|
137 | 143 | dynamic="true"/>
|
|
178 | 184 | interface="cc.unitmesh.devti.provider.local.JsonTextProvider"
|
179 | 185 | dynamic="true"/>
|
180 | 186 |
|
| 187 | + <extensionPoint qualifiedName="cc.unitmesh.httpClientExecutor" |
| 188 | + interface="cc.unitmesh.devti.provider.http.HttpClientProvider" |
| 189 | + dynamic="true"/> |
| 190 | + |
181 | 191 | <!-- Lang Sketch Provider -->
|
182 | 192 | <extensionPoint qualifiedName="cc.unitmesh.langSketchProvider"
|
183 | 193 | interface="cc.unitmesh.devti.sketch.ui.LanguageSketchProvider"
|
|
351 | 361 | <group id="AutoDev.NewActions"
|
352 | 362 | text="AutoDev CI/CD Actions"
|
353 | 363 | popup="true" icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT">
|
| 364 | + |
354 | 365 | <separator/>
|
355 | 366 | <action id="GeniusDockerfile" class="cc.unitmesh.devti.actions.GenerateDockerfileAction"/>
|
356 | 367 | <action id="GeniusGitHubActions" class="cc.unitmesh.devti.actions.GenerateGitHubActionsAction"/>
|
|
369 | 380 |
|
370 | 381 | <action id="cc.unitmesh.devti.EditSettings"
|
371 | 382 | class="cc.unitmesh.devti.actions.EditSettingsAction"
|
372 |
| - description="Edit AutoDev Settings" |
| 383 | + description="Edit autoDev settings" |
373 | 384 | icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT">
|
374 | 385 | </action>
|
375 | 386 |
|
|
0 commit comments