macOS: Add support for external file managers to open directory in Zed (#26357)

Closes #25421

This PR adds support for external file managers to show Zed as an option
in the "Open With" context menu for directories on macOS.

<img width="350" alt="image"
src="https://github.com/user-attachments/assets/c52acd48-73c4-47be-8683-6950e0371b73"
/>


Release Notes:

- Added support for opening folders in Zed from third-party macOS file
managers like Path Finder and Super Charge through their "Open With"
menu.
This commit is contained in:
Smit Barmase 2025-03-10 09:51:39 +00:00 committed by GitHub
parent 2a862b3c54
commit 5ed144f9d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,9 @@
<string>Alternate</string> <string>Alternate</string>
<key>LSItemContentTypes</key> <key>LSItemContentTypes</key>
<array> <array>
<string>public.text</string> <string>public.folder</string>
<string>public.plain-text</string> <string>public.plain-text</string>
<string>public.text</string>
<string>public.utf8-plain-text</string> <string>public.utf8-plain-text</string>
</array> </array>
</dict> </dict>