Kali
Kali

Reputation: 613

Prevent VsCode live server to scrolling up

I'm having an annoying issue with vscode live server. Every single time I hit ctrl+save or even when the files autosaves itself, vscode scroll the page up to the top of it. Sometimes when the page it's big, it just scrolls up to some random point on the page. It happens with every single page I code on Vscode using live server extension.

I tried to reinstall vscode and live server extension. I also found out that some people fixed this ticking "Settings:Full Reload" box. But also didn't work for me.

I just want that when I save the file the browser keeps the same position on the screen. I think code withou a live server feature is really wierd, but this issue is driving me crazy!!!

Upvotes: 0

Views: 625

Answers (1)

For me it works "Settings:Full Reload" but remember you have to close server before do that change

Upvotes: 1

Related Questions