Skip to content

Fix hidden files in remote Open Folder dialog#50846

Merged
SomeoneToIgnore merged 1 commit intozed-industries:mainfrom
dibashthapa:fix-remote-open-folder-hidden-files
Mar 12, 2026
Merged

Fix hidden files in remote Open Folder dialog#50846
SomeoneToIgnore merged 1 commit intozed-industries:mainfrom
dibashthapa:fix-remote-open-folder-hidden-files

Conversation

@dibashthapa
Copy link
Contributor

@dibashthapa dibashthapa commented Mar 5, 2026

Fixes #48457

Hidden files (like .config, .ssh, etc.) were not showing in the Open Folder dialog when browsing remote servers via SSH. This was because the OpenPathDelegate was not configured to show hidden files.

This fix adds .show_hidden() when creating the delegate for remote project picker.

Release Notes:

  • Fixed the hidden files not showing in remote project's open folder action

Hidden files (like .config, .ssh, etc.) were not appearing in the
Open Folder dialog when browsing remote servers via SSH. This was
because the OpenPathDelegate was not configured to show hidden files.

This fix adds .show_hidden() when creating the delegate for remote
project picker, matching the behavior of the local Open Path dialog.
@cla-bot
Copy link

cla-bot bot commented Mar 5, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @dibashthapa 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'.

@dibashthapa
Copy link
Contributor Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Mar 5, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @dibashthapa 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'.

@cla-bot
Copy link

cla-bot bot commented Mar 5, 2026

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

@dibashthapa
Copy link
Contributor Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Mar 5, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @dibashthapa 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'.

@cla-bot
Copy link

cla-bot bot commented Mar 5, 2026

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

@zed-community-bot zed-community-bot bot added the first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions label Mar 5, 2026
@dibashthapa
Copy link
Contributor Author

@cla-bot check

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

cla-bot bot commented Mar 6, 2026

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

@SomeoneToIgnore SomeoneToIgnore self-assigned this Mar 12, 2026
Copy link
Contributor

@SomeoneToIgnore SomeoneToIgnore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@SomeoneToIgnore SomeoneToIgnore enabled auto-merge (squash) March 12, 2026 10:10
@SomeoneToIgnore SomeoneToIgnore merged commit ff89bcf into zed-industries:main Mar 12, 2026
39 checks passed
tommyming pushed a commit to tommyming/zed that referenced this pull request Mar 13, 2026
Fixes zed-industries#48457

Hidden files (like .config, .ssh, etc.) were not showing in the Open
Folder dialog when browsing remote servers via SSH. This was because the
`OpenPathDelegate` was not configured to show hidden files.

This fix adds .show_hidden() when creating the delegate for remote
project picker.


Release Notes:

- Fixed the hidden files not showing in remote project's open folder
action
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 first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I can't open remote unix hidden projects (eg: ~/.config) through the UI

2 participants