vscode-live-frame
vscode-live-frame copied to clipboard
Hotkey to force reload?
I am trying to use Live Frame for Jekyll site development and the frame does not update after the site is rebuilt by a watch script. I managed to only see the changes if there is another tab shown for a brief moment instead of Live Frame.
It's actually not related to Jekyll. Same thing happens to static html files served via Python web server. The page is cached so I have to modify url in order to update it, like adding ?1 to the end. Removing that part shows the old version again. Any idea how to solve it?