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.
Would like to be able to apply a transition on a TextEditorDecorationType . Something like this:
var flashDecorationType = vscode.window.createTextEditorDecorationType({ backgroundColor: 'rgba(100,200,100,0.5)', transition: 'backgroundColor 1s ease-out' });