[Engineering] Switch to dapr dashboard -p 0
#277
Labels
engineering
Non-user-visible tasks to improve the product or release process
dapr dashboard -p 0
#277
Currently the extension uses its own means to select a random port on which to open the Dapr dashboard, to avoid issues with the default port being in use. With Dapr 1.10, the
dapr dashboard
command itself allows selection of a random port (seedapr/cli#1188
). We should switch to that feature, which then simplifies extension logic as well as reduces its dependencies (used for port selection).The text was updated successfully, but these errors were encountered: