Centralize the `CopyPath` and `CopyRelativePath` actions to `zed_actions` (#24836)
I spent an hour with @marcospb19 this morning debugging an issue with adding `Copy Path` and `Copy Relative Path` actions to the editor context menu. Turned out that the problem was using `workspace::CopyPath` in the menu and `editor::CopyPath` in the action handler. This is an easy mistake to make, so let's fix it for everyone. Release Notes: - N/A
M
Mikayla Maki committed
5d26ce14d770b565e21e3975ec36160ee4b288ac
Parent: 28c667a
Committed by GitHub <noreply@github.com>
on 2/13/2025, 11:30:44 PM