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
Restore CWD symlink normalization in VcsStatusBroadcaster
The old GitStatusBroadcasterLive resolved symlinks via realpathSync.native
before using the path as a cache key or PubSub filter. The new
VcsStatusBroadcaster omitted this normalization, causing symlinked workspace
paths to create duplicate cache entries and streamStatus event filtering to
miss updates published under the resolved real path.
Restore the normalizeCwd helper and call it in getStatus, refreshLocalStatus,
refreshStatus, and streamStatus to match the old behavior.
0 commit comments