Skip to content

[VsIntegration] Correction to run RefreshIncludeFile in the UI Thread#1917

Merged
RobertvanderHulst merged 1 commit intodevfrom
FabIncludeFiles
May 4, 2026
Merged

[VsIntegration] Correction to run RefreshIncludeFile in the UI Thread#1917
RobertvanderHulst merged 1 commit intodevfrom
FabIncludeFiles

Conversation

@fforay
Copy link
Copy Markdown
Member

@fforay fforay commented May 4, 2026

Changed RefreshIncludeFiles() to ThreadUtilities.runSafe(RefreshIncludeFiles) — this marshals the entire method to the UI thread.

The walker thread briefly blocks while the UI work completes, which is acceptable — hierarchy node manipulation must be synchronous with the UI thread anyway.

@RobertvanderHulst RobertvanderHulst merged commit 5db49ba into dev May 4, 2026
1 check passed
@RobertvanderHulst RobertvanderHulst deleted the FabIncludeFiles branch May 4, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants