Skip to content

Follow-up #1713: restore active terminal's workspace data when switching R terminals - #1720

Open
Fred-Wu wants to merge 1 commit into
REditorSupport:masterfrom
Fred-Wu:follow-up-1713-Restore-workspace-switch
Open

Follow-up #1713: restore active terminal's workspace data when switching R terminals#1720
Fred-Wu wants to merge 1 commit into
REditorSupport:masterfrom
Fred-Wu:follow-up-1713-Restore-workspace-switch

Conversation

@Fred-Wu

Copy link
Copy Markdown
Contributor

This fixes a regression caused by #1713 where the workspace viewer does not switch automatically when focusing a different R terminal if multiple ones are launched.

#1713 delayed workspace inspection to prevent submission lag. After that change, switching between R terminals no longer refreshes the workspace viewer automatically due to the stricter refresh condition being limited to the current active terminal.

The fix would now display active terminal’s workspace data immediately, and schedule a fresh using introduced delayed refresh mechanism.

@Fred-WuFred-Wu changed the title Follow-up #1713: restore active terminal's workspace viewer when switching R terminalsFollow-up #1713: restore active terminal's workspace data when switching R terminalsJul 4, 2026
Sign up for freeto 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.

1 participant

@Fred-Wu