Skip to content

Expressions is missing array index support #509

@SteveL-MSFT

Description

@SteveL-MSFT

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions