vscode-edge-devtools icon indicating copy to clipboard operation
vscode-edge-devtools copied to clipboard

Add a "server not available" 404 page to the browser preview.

Open codepo8 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

If you have a launch.json defined and you choose "launch project" and you haven't started your server, you get an empty document.

screenshot of the experience

This gives me a false impression that there is a server running, but not serving the right document.

Describe the solution you'd like:

In Edge itself you get a message that the server can't be reached when you try to access localhost without starting the server.

server not available message

The in-built browser should do the same.

codepo8 avatar Oct 11 '22 18:10 codepo8