Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expressions is missing array index support #509

Closed
SteveL-MSFT opened this issue Aug 3, 2024 · 0 comments · Fixed by #514
Closed

Expressions is missing array index support #509

SteveL-MSFT opened this issue Aug 3, 2024 · 0 comments · Fixed by #514
Assignees
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Milestone

Comments

@SteveL-MSFT
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant