File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/222/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
bundle =" messages.AutoDevBundle" key =" settings.autodev.coder" />
29
29
<applicationService
30
30
serviceInterface =" com.intellij.temporary.inlay.codecomplete.LLMInlayManager"
31
- serviceImplementation =" com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl" />
31
+ serviceImplementation =" com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl" />
32
32
33
33
<applicationService serviceImplementation =" cc.unitmesh.devti.settings.AutoDevSettingsState" />
34
34
197
197
<categoryKey >intention.category.llm</categoryKey >
198
198
</autoDevIntention >
199
199
<autoDevIntention >
200
- <!-- <className>cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention</className>-->
201
200
<className >cc.unitmesh.devti.intentions.action.CodeCompletionInlayIntention</className >
202
201
<bundleName >messages.AutoDevBundle</bundleName >
203
202
<categoryKey >intention.category.llm</categoryKey >
204
203
</autoDevIntention >
205
204
<autoDevIntention >
206
- <className >cc.unitmesh.devti.intentions.action.AutoTestThisIntention </className >
205
+ <className >cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention </className >
207
206
<bundleName >messages.AutoDevBundle</bundleName >
208
207
<categoryKey >intention.category.llm</categoryKey >
209
208
</autoDevIntention >
You can’t perform that action at this time.
0 commit comments