We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade80ca commit 06143beCopy full SHA for 06143be
src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts
@@ -317,7 +317,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
317
return;
318
}
319
this._hoverDelayer.trigger(() => {
320
- let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}...`;
+ let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}`;
321
hoverContent += '\n\n---\n\n';
322
if (command.genericMarkProperties?.hoverMessage) {
323
// TODO:@meganrogge localize
0 commit comments