Closed realview closed 2 years ago
Describe the bug
Query parameters after the HTML file breaks live reloading.
steps to replicate
in VScode create this .fiveserverrc file { "host":"localhost", "open": "index.html?a=b" } click "Go Live" modify and save index.html
{ "host":"localhost", "open": "index.html?a=b" }
results
add a query config item, ie:
{ "host":"localhost", "open": "index.html", "query":"?a=b" }
Thanks for reporting. Should already be fixed :)
Describe the bug
Query parameters after the HTML file breaks live reloading.
steps to replicate
in VScode create this .fiveserverrc file
{ "host":"localhost", "open": "index.html?a=b" }
click "Go Live" modify and save index.htmlresults
suggestion
add a query config item, ie:
{ "host":"localhost", "open": "index.html", "query":"?a=b" }