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

Commits on Aug 20, 2023

  1. chore: add basic conf for pytest debug in VS Code

    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 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d2c57f8 View commit details
    Browse the repository at this point in the history