microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

Enhancement: Remove ApplicationUrl as a required field. #213

Open Nico-VanHaaster opened 3 years ago

Nico-VanHaaster commented 3 years ago

I understand this is trivial however all of our use cases for Bridge To Kubernetes we do not launch a browser. I realize we can enter the URL and then uncheck the launch window.

Ideally that would not be a required field and something that can be changed from the Visual Studio Debug Tab and not from the B2K dialog.

Cheers.

daniv-msft commented 3 years ago

(+ @pragyamehta who looks into customer issues this week)

Thanks @Nico-VanHaaster for logging this issue. I believe this field was mandatory in the past, and that we fixed it a couple of iterations back. Could you please confirm that you're using the latest version of our extension?

Going to the project's debug properties and clicking the "Change..." button to update Bridge to Kubernetes' settings, I confirm I can remove the URL there and that this field is optional: image

If I misunderstood your scenario, could you please clarify what I missed?