Skip to content

Commit a9e8b06

Browse files
author
Jia Liu
committed
fix: fix merge error and typo
1 parent 216a231 commit a9e8b06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/222/main/resources/META-INF/autodev-core.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bundle="messages.AutoDevBundle" key="settings.autodev.coder"/>
2929
<applicationService
3030
serviceInterface="com.intellij.temporary.inlay.codecomplete.LLMInlayManager"
31-
serviceImplementation=" com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl"/>
31+
serviceImplementation="com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl"/>
3232

3333
<applicationService serviceImplementation="cc.unitmesh.devti.settings.AutoDevSettingsState"/>
3434

@@ -197,13 +197,12 @@
197197
<categoryKey>intention.category.llm</categoryKey>
198198
</autoDevIntention>
199199
<autoDevIntention>
200-
<!-- <className>cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention</className>-->
201200
<className>cc.unitmesh.devti.intentions.action.CodeCompletionInlayIntention</className>
202201
<bundleName>messages.AutoDevBundle</bundleName>
203202
<categoryKey>intention.category.llm</categoryKey>
204203
</autoDevIntention>
205204
<autoDevIntention>
206-
<className>cc.unitmesh.devti.intentions.action.AutoTestThisIntention</className>
205+
<className>cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention</className>
207206
<bundleName>messages.AutoDevBundle</bundleName>
208207
<categoryKey>intention.category.llm</categoryKey>
209208
</autoDevIntention>

0 commit comments

Comments
 (0)