bicep
bicep copied to clipboard
ResourceDefinedTypes - Completions not working as expected with unmatched bracket
Bicep version 0.29.47
Describe the bug
When working with resource defined types, Bicep does not offer resource provider completion when there's an unmatched <
. This happens specifically if the user opts to decline the resource
type identifier suggestion, and instead types it themselves, i.e.
param sa resource<|
In general, this seems related to #3569.
To Reproduce