You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Powershell extension today and after the update the performance is extremely slow while debugging.
Reverted back to version [email protected] and the issue still persists, but is a little bit better then the last one;
Version [email protected] is a little bit better again but still very slow and with version [email protected] it run extremely fast.
Open VsCode with a clean Wokspace;
Create a new file and paste the content bellow
function test{
param ($a)
write-host $a
}
test -a "test"
Powershell extension will load up.
Save the file;
Set a breakpoint at line 5 - test -a "test"
Start debbuging;
After hitting F5 to start the debug will actually start after a few seconds;
Step-into the function pressing F11 and again is very slow.
I'm just created this simple function to illustrate the problem the performance is slow with any code.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
Updated Powershell extension today and after the update the performance is extremely slow while debugging.
Reverted back to version [email protected] and the issue still persists, but is a little bit better then the last one;
Version [email protected] is a little bit better again but still very slow and with version [email protected] it run extremely fast.
PowerShell Version
Visual Studio Code Version
Extension Version
[email protected]
Steps to Reproduce
Open VsCode with a clean Wokspace;
Create a new file and paste the content bellow
Powershell extension will load up.
Save the file;
Set a breakpoint at line 5 - test -a "test"
Start debbuging;
After hitting F5 to start the debug will actually start after a few seconds;
Step-into the function pressing F11 and again is very slow.
I'm just created this simple function to illustrate the problem the performance is slow with any code.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: