After port forwarding allow to open the brower with https:// #123750
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
on-testplan
remote-explorer
Remote explorer view
Milestone
When running VSCode in container I can choose to automatically open the browser by setting the code below inside devcontainer.json
This will correctly open the browser at the address http://localhost:5001 when this port is forwarded, but my application runs on httpS://localhost:5001 and so far I manually add the S.
A possible improvement could be add a parameter
The text was updated successfully, but these errors were encountered: