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.
2 parents 729a499 + 06143be commit f0440deCopy full SHA for f0440de
src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts
@@ -321,7 +321,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
321
return;
322
}
323
this._hoverDelayer.trigger(() => {
324
- let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}...`;
+ let hoverContent = `${localize('terminalPromptContextMenu', "Show Command Actions")}`;
325
hoverContent += '\n\n---\n\n';
326
if (command.genericMarkProperties) {
327
if (command.genericMarkProperties.hoverMessage) {
0 commit comments