Enable users to view and apply changes from worktree to main repo, per file (#263927)

* enable compare with workspace command

* add context to command

* clean up
This commit is contained in:
Christy 😺
2025-09-02 06:28:07 -07:00
committed by GitHub
parent 05c2fd5932
commit f562c9d3e8
4 changed files with 67 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
"command.openWorktree": "Open Worktree in Current Window",
"command.openWorktreeInNewWindow": "Open Worktree in New Window",
"command.refresh": "Refresh",
"command.compareWithWorkspace": "Compare with Workspace",
"command.openChange": "Open Changes",
"command.openAllChanges": "Open All Changes",
"command.openFile": "Open File",