Skip to content

Conversation

smitbarmase
Copy link
Member

Closes #5185

Release Notes

  • Added an option to hide hidden files in the project panel by setting hide_hidden in the project panel settings.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 9, 2025
Copy link

github-actions bot commented Oct 9, 2025

Squawk Report

✅ 0 violations across 1 file(s)


crates/collab/migrations/20251008120000_add_is_hidden_to_worktree_entries.sql

ALTER TABLE "worktree_entries"
ADD "is_hidden" BOOL NOT NULL DEFAULT FALSE;

✅ Rule Violations (0)

No violations found.


📚 More info on rules

⚡️ Powered by Squawk (0.26.0), a linter for PostgreSQL, focused on migrations

@zed-industries-bot
Copy link

zed-industries-bot commented Oct 9, 2025

Warnings
⚠️

This PR is missing release notes.

Please add a "Release Notes" section that describes the change:

Release Notes:

- Added/Fixed/Improved ...

If your change is not user-facing, you can use "N/A" for the entry:

Release Notes:

- N/A

Generated by 🚫 dangerJS against d7b34a7

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.

Ability to hide hidden files when viewing code base
3 participants