vscode-live-frame icon indicating copy to clipboard operation
vscode-live-frame copied to clipboard

Hotkey to force reload?

Open andreif opened this issue 4 years ago • 1 comments

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.

andreif avatar Jun 20 '21 13:06 andreif

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?

andreif avatar Jun 25 '21 20:06 andreif