PR3: Display Coordinator & UI Integration Improvements (AST-109633)#319
Open
cx-rahul-pidde wants to merge 4 commits intofeature/devassist-integration-branchfrom
Open
Conversation
- Fix UI thread marshaling for ResolveBufferForOpenFile calls - Fix debounce deadlock in CxAssistDisplayCoordinator - Add AssistDocumentInfoBar for document information display - Add EditorBufferResolver for buffer resolution logic - Enhance error tagger with proper findings sync - Improve gutter icons and quick info providers - Add suggested actions for findings - Fix error list context menu command Base branch: feature/devassist-integration-branch Related to: AST-109633
|
Policy Management Violations (2)
|
cx-rakesh-kadu
requested changes
Apr 21, 2026
The ISuggestedActionsSource interface requires the SuggestedActionsChanged event. This implementation uses a pull model (VS calls HasSuggestedActionsAsync/GetSuggestedActions on-demand) rather than push model (raising events). Implemented as a no-op property to satisfy the interface contract while suppressing code analysis warnings. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
cx-rakesh-kadu
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Display Coordinator & UI Integration
Files Changed (14 modified, 2 new)
Related Issue
AST-109633