Skip to content

Commit f0440de

Browse files
authored
Merge pull request microsoft#153534 from microsoft/tyriar/153450
Polish command actions messages
2 parents 729a499 + 06143be commit f0440de

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
@@ -321,7 +321,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
321321
return;
322322
}
323323
this._hoverDelayer.trigger(() => {
324-
let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}...`;
324+
let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}`;
325325
hoverContent += '\n\n---\n\n';
326326
if (command.genericMarkProperties) {
327327
if (command.genericMarkProperties.hoverMessage) {

0 commit comments

Comments
 (0)