continue icon indicating copy to clipboard operation
continue copied to clipboard

Fix VS Code status bar flicker when updating it

Open TheLapinMalin opened this issue 1 year ago • 0 comments

The status bar in VS Code flickers when updating the loading icon because it is destroyed by "dispose()" on every update.

To fix, I propose to keep the same statusBar item when updating it to.

TheLapinMalin avatar Mar 26 '24 00:03 TheLapinMalin