mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:25:38 +00:00
Merge pull request #173217 from simon04/patch-1
terminalActions: "Open Last URL"
This commit is contained in:
commit
6d97923005
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ registerActiveInstanceAction({
|
|||
});
|
||||
registerActiveInstanceAction({
|
||||
id: TerminalCommandId.OpenWebLink,
|
||||
title: { value: localize('workbench.action.terminal.openLastUrlLink', "Open Last Url Link"), original: 'Open Last Url Link' },
|
||||
title: { value: localize('workbench.action.terminal.openLastUrlLink', "Open Last URL Link"), original: 'Open Last URL Link' },
|
||||
f1: true,
|
||||
category,
|
||||
precondition: TerminalContextKeys.terminalHasBeenCreated,
|
||||
|
|
Loading…
Reference in a new issue