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
Fix Pester Test/Debug code lenses to now change directory (#3852)
We're passing the full path of the test file to the invocation script,
so we do not need to (nor should we, as it could be difficult to
workaround) change the location before running the tests. This just
means not passing a value for `cwd` in the launch configuration.
0 commit comments