Skip to content

Commit

Permalink
chore: remove old inlay implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 24, 2024
1 parent 686cf7e commit c8a877a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions src/222/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,6 @@
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.CodeCompletionBaseIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.CodeCompletionInlayIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
Expand Down
10 changes: 0 additions & 10 deletions src/233/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,21 +191,11 @@
</projectListeners>

<extensions defaultExtensionNs="cc.unitmesh">
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.CodeCompletionInlayIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.NewChatWithCodeBaseIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.CodeCompletionBaseIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
<categoryKey>intention.category.llm</categoryKey>
</autoDevIntention>
<autoDevIntention>
<className>cc.unitmesh.devti.intentions.action.AutoTestThisBaseIntention</className>
<bundleName>messages.AutoDevBundle</bundleName>
Expand Down

0 comments on commit c8a877a

Please sign in to comment.