Open AnrDaemon opened 5 months ago
When a break happens inside the embedded HTML code in the directory index file, extension tries to open a directory as a file.
It would be really helpful to add an optional "index" parameter to path mapping elements, telling it where to look for the embedded code. Smth. like:
"pathMappings": [ { "path": "${workspaceFolder}/app", "url": "http://127.0.0.1:5500", "index": "index.html" }, ],
When a break happens inside the embedded HTML code in the directory index file, extension tries to open a directory as a file.
It would be really helpful to add an optional "index" parameter to path mapping elements, telling it where to look for the embedded code. Smth. like: