Skip to content

Commit

Permalink
Add ellipsis to open detected link
Browse files Browse the repository at this point in the history
Fixes #141416
  • Loading branch information
Tyriar committed Jan 25, 2022
1 parent ee37c0b commit f440a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ export function registerTerminalActions() {
constructor() {
super({
id: TerminalCommandId.OpenDetectedLink,
title: { value: localize('workbench.action.terminal.openDetectedLink', "Open Detected Link"), original: 'Open Detected Link' },
title: { value: localize('workbench.action.terminal.openDetectedLink', "Open Detected Link..."), original: 'Open Detected Link...' },
f1: true,
category,
precondition: ContextKeyExpr.or(TerminalContextKeys.processSupported, TerminalContextKeys.terminalHasBeenCreated),
Expand Down

0 comments on commit f440a97

Please sign in to comment.