We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When rendering a decoration with a custom background color, it doesn't draw correctly on anything other than the initial line:
this._terminal!.registerDecoration({ marker: command.marker!, width: 100, height: 3, backgroundColor: '#772222' });
Activity