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
Sets the `Thread` max stack size to use the same value that is normally used in console host. This gives PowerShell code more room for execution, so recursive calls, or calls that are wrapped in Pester (which itself is stack-hungry), won't fail with:
```
System.Management.Automation.ScriptCallDepthException: The script failed due to call depth overflow.
```
Fixes: PowerShell/vscode-powershell#3962
0 commit comments