pull/145754/head
Ladislau Szomoru 2022-03-22 13:35:03 +01:00
parent b07538c25a
commit c6a623c185
No known key found for this signature in database
GPG Key ID: 2375D1D0DB56CEA4
1 changed files with 1 additions and 1 deletions

View File

@ -2675,7 +2675,7 @@ export class CommandCenter {
return {
command: 'vscode.diff',
title: 'Open Comparison',
title: localize('git.timeline.openDiffCommand', "Open Comparison"),
arguments: [toGitUri(uri, item.previousRef), item.ref === '' ? uri : toGitUri(uri, item.ref), title, options]
};
}