mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user