Fix hidden files in remote Open Folder dialog#50846
Fix hidden files in remote Open Folder dialog#50846SomeoneToIgnore merged 1 commit intozed-industries:mainfrom
Conversation
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.
|
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 check |
|
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'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
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'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
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
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
OpenPathDelegatewas not configured to show hidden files.This fix adds .show_hidden() when creating the delegate for remote project picker.
Release Notes: