Skip to content
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

chore: add basic conf for pytest debug in VS Code #41

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

AndrewADev
Copy link
Owner

Adding a configuration that allowed me to debug one of the tests via MS Python extension in VS Code (extension now included among suggested).

This seemed to be needed to get around an issue where an error dialog was shown while trying to debug tests (slong the lines of "invalid message found duplicate in env path")

Note that I'm on a very recent version of VS Code (early August 2023), so this might not work on older versions.

Adding a configuration that allowed me to debug one of the tests via MS Python extension in VS Code (extension now included among suggested).

Sourced from here: microsoft/vscode-python#10722 (comment)

This seemed to be needed to get around an issue where an error dialog was shown while trying to debug tests (slong the lines of "invalid message found duplicate in env path")

Note that I'm on a very recent version of VS Code (early August 2023), so this might not work on older versions.
@AndrewADev AndrewADev marked this pull request as ready for review August 20, 2023 16:43
@AndrewADev AndrewADev merged commit 069ccd1 into main Aug 20, 2023
1 check passed
@AndrewADev AndrewADev deleted the chore/test-conf branch August 20, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant