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

vscode test explorer does not use debug configuration in settings.json #20695

Closed
tekumara opened this issue Feb 14, 2023 · 1 comment
Closed
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team

Comments

@tekumara
Copy link

My settings.json contains:

      {
        "name": "Python: Debug Tests",
        "type": "python",
        "request": "launch",
        "program": "${file}",
        "purpose": ["debug-test"],
        "console": "internalConsole",
        "justMyCode": false
      }

However when I debug tests it ignores this and defaults to justMyCode: true

Version: 1.75.1 (Universal)
Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf
Date: 2023-02-08T21:34:59.000Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2
V8: 10.2.154.23-electron.0
OS: Darwin arm64 22.3.0
Sandboxed: No

ms-python.python v2023.2.0

@tekumara tekumara added the feature-request Request for new features or functionality label Feb 14, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Feb 14, 2023
@tekumara
Copy link
Author

Closing as duplicate of microsoft/vscode-python-debugger#532

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

1 participant