We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should work where variables('foo') returns an array:
variables('foo')
[variables('foo')[1]]
Also need to support multi-dimensional arrays. This was found missing while developing variables() support.
variables()
The tree-sitter grammar needs to be updated along with the parser.
The text was updated successfully, but these errors were encountered:
SteveL-MSFT
Successfully merging a pull request may close this issue.
Summary of the new feature / enhancement
This should work where
variables('foo')
returns an array: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.
The text was updated successfully, but these errors were encountered: