mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-17 17:25:51 -05:00
Changes sha terminology to commit id
This commit is contained in:
@@ -47,7 +47,7 @@ export class CopyShaToClipboardCommand extends ActiveEditorCommand {
|
||||
}
|
||||
catch (ex) {
|
||||
Logger.error(ex, 'CopyShaToClipboardCommand', `getBlameForLine(${blameline})`);
|
||||
return window.showErrorMessage(`Unable to copy sha. See output channel for more details`);
|
||||
return window.showErrorMessage(`Unable to copy commit id. See output channel for more details`);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ export class CopyShaToClipboardCommand extends ActiveEditorCommand {
|
||||
}
|
||||
catch (ex) {
|
||||
Logger.error(ex, 'CopyShaToClipboardCommand');
|
||||
return window.showErrorMessage(`Unable to copy sha. See output channel for more details`);
|
||||
return window.showErrorMessage(`Unable to copy commit id. See output channel for more details`);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user