VS Code, Live Preview plugin (bug?)
I'm using Visual Studio Code and running the Live Server plugin. Every time I ctrl+s (save) my .CSS file, live preview window auto scrolls up slightly every time and its starting to annoy me.
Do any of you have this issue?
If so, how do I fix this?
4 Replies
Depending on the project you could start using vite or another local server. Live server is great to get started but I found it to really slow down my editor loadtimes and in general. Also it does not hold state with JS frameworks.
What browser are you using? I don't have the extension to test but could help oothers narrow down if its a bug or not.
srr for the late response was plugged in (lol), actually now that you mention browsers it auto opens in AVG browser (anti virus browser) . That might be causing the problem ill see if i can change the default open
Yea use a typical browser like chromium or firefox
just changed it by typing Default apps in start search bar (just saying this for documentation purposes) Brave still had the bug, But Chrome works well. No bugs on Chrome
thank you! for some reason I just thought it was meant to be that way