Home > Net >  What is the number 1x 2x 3x that VSCode shows when I'm saving a file and how to disable it?
What is the number 1x 2x 3x that VSCode shows when I'm saving a file and how to disable it?

Time:03-09

I've never noticed this thing before and this is driving me crazy. I don't know what functionality is this, whether it is an extension or VSCode native.

Whenever I save something, VSCode shows a kind of counter on the right, and this "counter" goes forever (1x, 2x, 3x, 4x...) until I stop saving.

The image shows the counter "3x" on the right The image shows the counter "3x" on the right

I don't know what is this and how to disable it, could someone explain what is this for?

CodePudding user response:

Go to VS code setting > click on extension > power mode > change setting of power mode in combo section as per your requirement it will be resolved

If you want to close screen shaking while typing any key disable from shake section Refer the image to see the extension

  • Related