but it just shows the previous version and I have even related restarted Localhost restarted my browser restarted VScode and rebooted my PC and I have saved all my work twice and even triple times. But it still has not updated my HTML page!
If it is a directory tree problem here are the paths.
Chrome and Chrome-likes (coughEdgeTrynaHideThatTheyreAChromiumBrowsercough):
Right click somewhere on your page. Inspect something. Anything. It’ll pop open the Dev Tools.
(Sub-tip: If you havent popped the Dev Tools out into a separate window, I highly recommend it.)
Go to the Network Tab.
Check the box marked “Disable Cache”.
Keep Dev Tools Open.
Make and save a change.
Refresh your browser.
How can I make it so it disables cache when Dev Tools is NOT open so I don’t take much time my PC is kind of slow so the Dev Tools takes some time to open? Also how do I save the change?
I mean, the only other way really is going to be to have tabs open for each file you make a change to, and do the Ctrl-F5 thing to it every time you make a change to that file before reloading the actual HTML.
You could have the server send a no-cache header, but i wouldn’t recommend that.
Having the DevTools left open shouldnt be very bad on your computer, unless you’ve got a lot of javascript reloading things on a regular basis.
No, that’s not loading anything… it shouldnt cause any undue load in DevTools.
(If you want to see what I mean, open DevTools on THIS site, and look at the Network tab. Give it a second or two, try typing something… THAT’s what i mean by a lot.)
In Chrome click and hold the reload icon( the circle with arrowhead under the system buttons) that brings up am options list, so select Hard reset. Chrome had a setting to do a hard reset when the debug pane was open but it was hard to find and disappeared in an update.