mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Git - add commands to copy information in the repositories view (#298558)
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
"command.stashView": "View Stash...",
|
||||
"command.stashView2": "View Stash",
|
||||
"command.timelineOpenDiff": "Open Changes",
|
||||
"command.timelineCopyCommitId": "Copy Commit ID",
|
||||
"command.timelineCopyCommitId": "Copy Commit Hash",
|
||||
"command.timelineCopyCommitMessage": "Copy Commit Message",
|
||||
"command.timelineSelectForCompare": "Select for Compare",
|
||||
"command.timelineCompareWithSelected": "Compare with Selected",
|
||||
@@ -148,6 +148,11 @@
|
||||
"command.graphCompareWithMergeBase": "Compare with Merge Base",
|
||||
"command.graphCompareWithRemote": "Compare with Remote",
|
||||
"command.deleteRef": "Delete",
|
||||
"command.artifactCopyCommitHash": "Copy Commit Hash",
|
||||
"command.artifactCopyBranchName": "Copy Branch Name",
|
||||
"command.artifactCopyTagName": "Copy Tag Name",
|
||||
"command.artifactCopyStashName": "Copy Stash Name",
|
||||
"command.artifactCopyWorktreePath": "Copy Worktree Path",
|
||||
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
|
||||
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
|
||||
"command.api.getRepositories": "Get Repositories",
|
||||
|
||||
Reference in New Issue
Block a user