Skip to content

Conversation

@DeepanshuMishraa
Copy link
Contributor

Pull Request

When switching between workspaces, the session save was being overwritten by an empty buffer list because closeBuffersBatch automatically saved the session after closing all buffers. Added a skipSessionSave parameter to prevent this during workspace switches, ensuring files remain open when switching back to a workspace.

Description

  • Added skipSessionSave parameter to closeBuffersBatch to prevent session overwrite
  • Updated switchToProject to skip session save when closing buffers during workspace switch
  • Fixed BufferSession interface to include optional id field

Screenshots/Videos

screenrecording-2025-11-11_11-32-27.mp4

mehmetozguldev and others added 2 commits November 11, 2025 20:33
Fixed two issues causing tab bar to disappear:
1. Layout issue: CodeEditor was using h-full which took 100% height and pushed TabBar out of view. Changed to flex-1 to take only remaining space.
2. Added flex-shrink-0 to TabBar to prevent it from shrinking in flexbox layout.
3. Updated visibility condition to only hide tab bar when no project is open.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@mehmetozguldev mehmetozguldev merged commit 3d2b3a1 into master Nov 11, 2025
2 checks passed
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.

3 participants