fix(vscode): preserve Explorer after window reload - #10951
Conversation
|
Reported originally in discord: https://discord.com/channels/1349288496988160052/1458112753687593096/1512291344515727450 |
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Other Observations (not in diff)Missing regression test (PR description vs. actual state): The PR description says "add a regression guard while preserving Kilo's live visibility context and stream handling". Commit The guard is meaningful — it enforces Stale workspaceState key (benign): Existing users who had Files Reviewed (4 files)
Fix these issues in Kilo Cloud Reviewed by claude-4.6-sonnet-20260217 · 913,417 tokens Review guidance: REVIEW.md from base branch |
…idebar-on-reload fix(vscode): preserve Explorer after window reload
Summary
Kilo previously persisted
WebviewView.visibleas sidebar state, then ran the globalworkbench.action.closeSidebarcommand during startup when Kilo itself was hidden. This closed Explorer shortly after a window reload even though the primary sidebar was meant to remain open.Before
f7f7bbf.mp4
After
Screen.Recording.2026-06-05.at.10.29.14.AM.mov