Skip to content

Conversation

@coopbri
Copy link

@coopbri coopbri commented Jan 7, 2026

Closes #9459

Added basic .code-workspace file support. Opening workspace files loads all folders defined in the folders array with CLI support, recent projects integration, and session persistence.

Deferred for future PRs (pending community/Zed team discussion):

  • VS Code settings translation (currently, workspace settings ignored)
    • Also name field parsed but unused
    • extensions field ignored
  • Reload/watch on external changes
  • The big one: native .zed-workspace (or similar naming) support
    • I added structure for it in WorkspaceFileKind enum, but not implemented

Note: It seems multi-root git status only shows first repository (pre-existing limitation, not introduced here).

Release Notes:

  • Added support for opening .code-workspace files

@cla-bot
Copy link

cla-bot bot commented Jan 7, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @coopbri on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@coopbri
Copy link
Author

coopbri commented Jan 7, 2026

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 7, 2026
@cla-bot
Copy link

cla-bot bot commented Jan 7, 2026

The cla-bot has been summoned, and re-checked this pull request!

@maxdeviant maxdeviant changed the title [WIP] feature(workspace): add code workspace file construct workspace: Add .code-workspace file support Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support opening .code-workspace files to open vs code type workspace directly

1 participant