Skip to content

Commit

Permalink
rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Nov 15, 2023
1 parent a50d469 commit 1d592f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export function registerTerminalActions() {

registerActiveInstanceAction({
id: TerminalCommandId.CopyLastCommandAndLastCommandOutput,
title: { value: localize('workbench.action.terminal.copyLastCommandAndLastCommandOutput', 'Copy Last Command And Last Command Output'), original: 'Copy Last Command And Last Command Output' },
title: { value: localize('workbench.action.terminal.copyLastCommandAndOutput', 'Copy Last Command and its Output'), original: 'Copy Last Command and its Output' },
precondition: ContextKeyExpr.or(TerminalContextKeys.processSupported, TerminalContextKeys.terminalHasBeenCreated),
run: async (instance, c, accessor) => {
const clipboardService = accessor.get(IClipboardService);
Expand Down

0 comments on commit 1d592f0

Please sign in to comment.