Skip to content

Commit f440a97

Browse files
committed
Add ellipsis to open detected link
Fixes #141416
1 parent ee37c0b commit f440a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ export function registerTerminalActions() {
19191919
constructor() {
19201920
super({
19211921
id: TerminalCommandId.OpenDetectedLink,
1922-
title: { value: localize('workbench.action.terminal.openDetectedLink', "Open Detected Link"), original: 'Open Detected Link' },
1922+
title: { value: localize('workbench.action.terminal.openDetectedLink', "Open Detected Link..."), original: 'Open Detected Link...' },
19231923
f1: true,
19241924
category,
19251925
precondition: ContextKeyExpr.or(TerminalContextKeys.processSupported, TerminalContextKeys.terminalHasBeenCreated),

0 commit comments

Comments
 (0)