Skip to content

Commit e42cb73

Browse files
authored
add command actions always (microsoft#160454)
1 parent 2fe7c46 commit e42cb73

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
@@ -306,7 +306,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
306306
this._decorations.set(decoration.marker.id,
307307
{
308308
decoration,
309-
disposables: markProperties?.hoverMessage ? this._createDisposables(element, command, markProperties) : [],
309+
disposables: this._createDisposables(element, command, markProperties),
310310
exitCode: command?.exitCode,
311311
markProperties: command?.markProperties
312312
});

0 commit comments

Comments
 (0)