bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Fixes for default values in bicepconfig.json

Open StephenWeatherford opened this issue 4 years ago • 0 comments

  • [ ] Intellisense default for the entire config file can have just the rules section (like currently)
  • [ ] Fix: Intellisense default for moduleAliases is missing "public", should be this: "ts": {}, "br": { "public": { "registry": "mcr.microsoft.com", "modulePath": "bicep" } },
  • [ ] Make Intellisense default for the cloud section this (currently it's an empty object): "cloud": { "currentProfile": "AzureCloud", "credentialPrecedence": [ "AzureCLI", "AzurePowerShell" ], "profiles": {} }
  • [ ] Add tests to make sure Intellisense defaults (bicepconfig.schema.json) match what is in default bicepconfig.json file (it would be even better to have one generate the other, maybe later)

StephenWeatherford avatar Apr 19 '22 21:04 StephenWeatherford