Add "Copy Path" and "Copy Relative Path" items into tab context menu (#15260)

Release Notes:

- Added "Copy Path" and "Copy Relative Path" items into tab context menu ([#13970](https://github.com/zed-industries/zed/issues/13970))

---------

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
Harsh Narayan Jha 2024-07-27 22:59:53 +05:30 committed by GitHub
parent f88278111e
commit b05d532991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 61 additions and 28 deletions

View file

@ -124,6 +124,8 @@ actions!(
ClearAllNotifications,
CloseAllDocks,
CloseWindow,
CopyPath,
CopyRelativePath,
Feedback,
FollowNextCollaborator,
NewCenterTerminal,