-
Notifications
You must be signed in to change notification settings - Fork 510
PowerShell extension v2022.6.1 is considerably slower than v2022.5.1 when debugging #4038
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
PowerShell extension v2022.6.1 is considerably slower than v2022.5.1 when debugging #4038
Comments
PSES v3.4.0 is the first version bundled since the last stable. I'll go from there and see if I can identify the change which caused this. |
Bisected, first bad release seems to be v2022.5.2-preview. (@kborowinski where were you for the previews?! 😜) |
@andschwa Sorry 😅, didn't want to ruin your day. In my defense - I can't use preview versions of VSC or extensions at work. So there you have it 😋 |
So, good news first, narrowed it down to PowerShell/PowerShellEditorServices#1799. Reverted that on top of master and everything was back to normal. Bad news: that's a big PR and we definitely want the functionality in it, so now we got some troubleshooting to do. |
Ok, we found and fixed it. Thanks for the report! |
@kborowinski within a few minutes you should be able to update to https://github.com/PowerShell/vscode-powershell/releases/tag/v2022.6.2-preview and this should be resolved! |
@andschwa Thanks! It works like a charm! |
Prerequisites
Summary
PowerShell extension v2022.6.1 is considerably slower than v2022.5.1 when stepping through the code with F10 or F11.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Update to v2022.6.1 and start debugging.
Visuals
v2022.6.1
vs
v2022.5.1
Logs
1655885189-747fa844-e7ea-41df-8507-281d6e9351021655885186880.zip
The text was updated successfully, but these errors were encountered: