Skip to content

Commit 06143be

Browse files
committed
Polish command actions messages
Fixes microsoft#153450
1 parent ade80ca commit 06143be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
317317
return;
318318
}
319319
this._hoverDelayer.trigger(() => {
320-
let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}...`;
320+
let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}`;
321321
hoverContent += '\n\n---\n\n';
322322
if (command.genericMarkProperties?.hoverMessage) {
323323
// TODO:@meganrogge localize

0 commit comments

Comments
 (0)