How can I prevent VS Code from jumping to the bottom of a file after formatting?
I select the whole file content (using the Ctrl + A
), then I format everything (using the Alt + Shift + F
). After that I would expect my file to be formatted and the view not to move. The file gets formatted, but the view jumps to the bottom.
How could I prevent this jumping?