You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(renderer): remove unnecessary methods and dependencies
Removed unused methods and deprecated dependencies from LLMInlayRenderer and LLMInlayManagerImpl. Simplified condition check in LLMInlayManagerImpl to use type check directly instead of class name string matching. Replaced StringUtils usage with Kotlin standard library function.
0 commit comments