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:
parent
2a862b3c54
commit
5ed144f9d2
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@
|
|||
<string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.text</string>
|
||||
<string>public.folder</string>
|
||||
<string>public.plain-text</string>
|
||||
<string>public.text</string>
|
||||
<string>public.utf8-plain-text</string>
|
||||
</array>
|
||||
</dict>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue