Skip to content

Commit

Permalink
fix(update): comment out AutoDevUpdateStartupActivity and fixed #291
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 11, 2025
1 parent f7ccf6f commit 8c914a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/223/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
serviceInterface="com.intellij.temporary.inlay.codecomplete.LLMInlayManager"
serviceImplementation="com.intellij.temporary.inlay.codecomplete.LLMInlayManagerImpl"/>

<postStartupActivity implementation="cc.unitmesh.devti.update.AutoDevUpdateStartupActivity"/>
<!-- <postStartupActivity implementation="cc.unitmesh.devti.update.AutoDevUpdateStartupActivity"/>-->

<typedHandler order="first, before completionAutoPopup"
implementation="cc.unitmesh.devti.inlay.TypeOverHandler"/>
Expand Down

0 comments on commit 8c914a8

Please sign in to comment.