Open
Description
Problem
Labs is designed to be run in a GitHub Codespaces. That means when the user is able to select a Lab project from the "Run" dropdown, and upon running, build and view a sample in the browser.
However, there's a bug which prevents this from being done more than once without manually running killall dotnet
or rebuilding the codespace.
Repro steps
- Open Labs in a Codespace
- Build and run a sample.
- Either stop the build with the "Stop" button, or refresh the page.
- Try to build and run again. You'll be met with an error like "address is in use".