The URLs all use localhost as the host. But these types of URLs are not accessible to users using a remote environment like Codespaces. To make this correct, the dashboard extension needs to:
Be aware of the current environment
Generate URLs using the correct host and make sure they are accessible with a single click
Check if the required port is forwarded and ask if not
The URLs all use
localhost
as the host. But these types of URLs are not accessible to users using a remote environment like Codespaces. To make this correct, the dashboard extension needs to: