bicep
bicep copied to clipboard
`targetScope` does not show up in the document outline view
Bicep version Any
Describe the bug
targetScope is an element of the document that should be present in the outline.
To Reproduce
targetScope = 'managementGroup'
param test string
The above produces this document outline in VS code:

Additional context The bug exists because we use symbols to populate the response in the document symbols handler.