Deploy: Can't tell what parameter is being asked for when it has a default value #8028
Labels
devdiv
Related to Bicep tooling efforts in DevDiv
P1
This is planned to be completed before the end of a release
story: bicep deploy
Milestone
This is a bug in @microsoft/vscode-azext-utils that was exposed by my fix to #7639. It's because @microsoft/vscode-azext-utils is not honoring the inputbox title. When there's a default value, we show that in the inputbox and so the watermark prompt doesn't show up. But since with my fix to #7639 the title no longer shows up, there's nothing mentioning the current parameter name.
To fix I need to update to current @microsoft/vscode-azext-utils version and then fix it there and update again.
Previous behavior:
![image](https://user-images.githubusercontent.com/6913354/185693829-efbb83cf-8de9-4c1c-8d1a-c9e00a24b1af.png)
Current behavior:
![image](https://user-images.githubusercontent.com/6913354/185693874-01210a47-a49a-4e70-aeff-1b715c0f6a4e.png)
The text was updated successfully, but these errors were encountered: