Skip to content

Fix Pester Test/Debug code lenses to now change directory #3852

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

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

andyleejordan
Copy link
Member

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.

Fixes #3259.

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.
@ghost ghost added Area-Debugging Issue-Bug A bug to squash. labels Feb 28, 2022
@andyleejordan
Copy link
Member Author

Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andyleejordan andyleejordan merged commit f5c3354 into master Feb 28, 2022
@andyleejordan andyleejordan deleted the andschwa/pester-cwd branch February 28, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the Pester Codelens changes the directory in the integrated terminal
2 participants