Home > Software engineering >  How to hide glowing Text appear on saving VS Code File
How to hide glowing Text appear on saving VS Code File

Time:03-03

enter image description here

Anyone knows what is that 6X glowing text on the right top corner, It appears automatically whenever I saved the file in VS Code editor and also when I press a few commands too.

Actually, when I clicked ctrl s one time, it is like 1x, If I pressed ctrl s two times it's 2x and it keep on increasing.

I don't want it to appear. How to hide?

CodePudding user response:

I simply run the Bisect command and it solved my error by disabling one of the extensions that caused this problem.

CodePudding user response:

I had the same problem and this was caused by the Power Mode extension. Disable it and be happy.

  • Related