-
Notifications
You must be signed in to change notification settings - Fork 511
Internal error when expanding auto variable holding Linq.GroupBy result. #4174
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
Internal error when expanding auto variable holding Linq.GroupBy result. #4174
Comments
We talked about this a little bit on discord:
|
|
Thought from Patrick to improve the stability here: if a variable implements |
I changed it so the expansion of child variables takes place on the pipeline thread and now we can expand |
@kborowinski the fix for this is available in the preview now if you'd like to try it out! |
@andschwa Works like a charm! Thanks! |
Prerequisites
Summary
Auto variable of type GroupedEnumerable<int, bool> fails on expansion in Variables panel with internal error:

PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
$b
variable in Variables panel viewVisuals
Logs
1663251725-e5f15643-1440-4168-a26a-5c23a0f319ce1663251721624.zip
The text was updated successfully, but these errors were encountered: