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

Unable to recognize jagged array declaration #325

Open
metallserge opened this issue Oct 30, 2024 · 0 comments
Open

Unable to recognize jagged array declaration #325

metallserge opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@metallserge
Copy link

metallserge commented Oct 30, 2024

I'm using version 2.7.0

It looks like plugin is unable to recognize jagged array declaration:

[int[][]]$Test=@([int[]]::New(3),[int[]]::New(4))
Write-Host $Test[0]

Script is successfully executed, but in IDE it is highlighting first bracket in [int[][]], and in Problems tabs it is showing:
'[' unexpected

@ForNeVeR ForNeVeR added bug Something isn't working help wanted Extra attention is needed labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants