Skip to content

Commit

Permalink
add command actions always (microsoft#160454)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored and mjbvz committed Sep 9, 2022
1 parent ecc4fa2 commit 3af20f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -306,7 +306,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
this._decorations.set(decoration.marker.id,
{
decoration,
disposables: markProperties?.hoverMessage ? this._createDisposables(element, command, markProperties) : [],
disposables: this._createDisposables(element, command, markProperties),
exitCode: command?.exitCode,
markProperties: command?.markProperties
});
Expand Down

0 comments on commit 3af20f7

Please sign in to comment.