Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.NET Core Debugging] Support setting/overriding browser URL #764

Closed
philliphoff opened this issue Jan 30, 2019 · 1 comment
Closed

[.NET Core Debugging] Support setting/overriding browser URL #764

philliphoff opened this issue Jan 30, 2019 · 1 comment

Comments

@philliphoff
Copy link
Contributor

Currently the .NET Core debugging process detects whether a container exposes port 80 and, if so, then uses that to builds a URL to which the browser will be launched. However, if any other port is exposed, no browser will be launched.

We should expose a property in the debug configuration which allows the user to set or override the launch URL. (It might also be useful to allow it to be disabled even when exposing a well-known port.)

@bwateratmsft
Copy link
Contributor

Fixed in #1245

@bwateratmsft bwateratmsft added this to the 0.9.0 milestone Sep 18, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants