Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically update container items in Resources view #916

Open
shouples opened this issue Jan 14, 2025 · 0 comments
Open

Dynamically update container items in Resources view #916

shouples opened this issue Jan 14, 2025 · 0 comments
Labels
cleanup General refactoring and/or minor adjustments needed that shouldn't impact overall functionality

Comments

@shouples
Copy link
Contributor

shouples commented Jan 14, 2025

Same thing used in #780 with the this._onDidChangeTreeData.fire(item) pattern; we're currently doing full-refreshes during any CCloud auth changes or local resource events.

Current behavior is causing too many unnecessary GraphQL queries to fire off when only one type of connection may have been updated.

@shouples shouples added the cleanup General refactoring and/or minor adjustments needed that shouldn't impact overall functionality label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup General refactoring and/or minor adjustments needed that shouldn't impact overall functionality
Projects
None yet
Development

No branches or pull requests

1 participant