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

Adds ability to browse to Dapr application entrypoint. #287

Merged
merged 3 commits into from
Feb 16, 2023

Conversation

philliphoff
Copy link
Member

For applications that expose a port, we add an inline context command to open a browser directly to that entrypoint, saving the developer the step of typing out the path in a browser.

Note: there's no guarantee that the base endpoint is served by the application but, currently, there's no place for developers to indicate an appropriate subpath. (That will hopefully be added to the Dapr runtime in due course.)

Note: the extension also assume the application exposes an HTTP port. (It might expose a gRPC port instead but, again, the Dapr runtime doesn't provide a way to distinguish between them.)

Screenshot 2023-02-16 at 11 25 42

Resolves #275

@philliphoff philliphoff merged commit 6ec739e into main Feb 16, 2023
@philliphoff philliphoff deleted the philliphoff-browse-to-app branch February 16, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Open browser to Dapr application port
2 participants