You can create an event that opens a port in a browser when the ports becomes bound. Add this to your devcontainer.json file
"portsAttributes": { "4200": { "label": "Angular App", "onAutoForward": "openBrowser" } },