-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
Milestone
Description
Summary of the new feature / enhancement
This should work where variables('foo') returns an array:
[variables('foo')[1]]
Also need to support multi-dimensional arrays. This was found missing while developing variables() support.
Proposed technical implementation details (optional)
The tree-sitter grammar needs to be updated along with the parser.
Reactions are currently unavailable