Add Bicep config file to workspace command #5866
Labels
devdiv
Related to Bicep tooling efforts in DevDiv
duplicate
This issue or pull request already exists
enhancement
New feature or request
P1
This is planned to be completed before the end of a release
Milestone
New command for Ctrl + Shift + P
Add new command for create bicep config file
Bicep: Add Bicep configuration file to Workspace
This action will add a bicepconfig.json file to the workspace root of a project. We will not ask the user where to place the file as this command name is explicit.
I would like for the created file to have the simplified version of "no-hardcoded-urls" unless this is absolutely necessary. I expect to just see "warning" rather than a longer list of various azure tenants.
-> #5978
If they already have a configuration file in their workspace root we show an intermediary notification:
"Do you want to overwrite your Bicep configuration file?" [Overwrite] [Cancel]
Related to #5318
The text was updated successfully, but these errors were encountered: