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

turning off "just my code" in settings does not apply #99

Closed
connor4312 opened this issue Sep 26, 2023 · 0 comments · Fixed by #101
Closed

turning off "just my code" in settings does not apply #99

connor4312 opened this issue Sep 26, 2023 · 0 comments · Fixed by #101
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded

Comments

@connor4312
Copy link
Member

connor4312 commented Sep 26, 2023

Refs #94

  1. Set "debugpy.debugJustMyCode": false, in the workspace settings or user settings (don't specify any value for 'just my code' in the launch.json)
  2. Use the requests package and have some line like r = requests.get(url)
  3. Try to step into that line
  4. It's skipped 🐛
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 26, 2023
@connor4312 connor4312 changed the title turning off "just my code" in workspace settings does not apply turning off "just my code" in settings does not apply Sep 26, 2023
@paulacamargo25 paulacamargo25 added bug Issue identified by VS Code Team member as probable bug and removed triage-needed Needs assignment to the proper sub-team labels Sep 27, 2023
@paulacamargo25 paulacamargo25 self-assigned this Sep 27, 2023
@paulacamargo25 paulacamargo25 added this to the September 2023 milestone Sep 27, 2023
@paulacamargo25 paulacamargo25 added the insiders-released Patch has been released in VS Code Insiders label Sep 28, 2023
@joyceerhl joyceerhl added the verified Verification succeeded label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants