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
This is a duplicate of #367. I'll be providing an option to allow to to create a new session each time you debug your script so that you have a fresh runspace to work with.
Yup, this is another downside to not using a fresh console session for each debug session. I think the plan is to either add a setting for this or (even better) make this a debug configuration property e.g. "reuseConsoleSession": false.
Personally I would have the default be false. I usually want a new console session for each debug session. It is the safer way to go. However, by having this be a debug configuration property, we can create debug config snippets that allow the console session to be shared between different debug sessions.
this used to work in older versions because I guess they started a new ps session each time
The text was updated successfully, but these errors were encountered: