vscode-vs-browser
vscode-vs-browser copied to clipboard
Feature: file pseudo protocol
I am managing a markdown project and want to just preview the generated html and tinker around a bit with inspections and the whole stuff the extension actually provides. However, since this site will be static, I don't use a local webserver but rather checking it in my browser via file:// urls. Sadly, this just doesn't seem to work at all in thie extension. Any chance to get that feature? I wouldn't even need a file listing, I would be perfectly happy with just watching files I can specify the path for (and therefore have working links between the pages).
Besides the obvious optional feature of directory listings, another really good quality of live feature would the option to just open any htm(l) file in the project that way.