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
feat(git-completion): add asynchronous loading of git commits #101
This commit introduces asynchronous loading of git commits for RevisionReferenceLanguageProvider, improving performance and responsiveness. The old synchronous approach has been replaced with a coroutine-based solution, utilizing CompletableFuture and ProgressManager to load commits in the background without blocking the UI thread.
Copy file name to clipboardExpand all lines: exts/devin-lang/src/main/kotlin/cc/unitmesh/devti/language/completion/RevisionReferenceLanguageProvider.kt
0 commit comments