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

Add more activation events for the python debugger extension #203

Open
bwateratmsft opened this issue Feb 7, 2024 · 4 comments
Open

Add more activation events for the python debugger extension #203

bwateratmsft opened this issue Feb 7, 2024 · 4 comments
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. feature-request Request for new features or functionality good first issue Good for newcomers help wanted Issues identified as good community contribution opportunities under-discussion Issue is under discussion for relevance, priority, approach

Comments

@bwateratmsft
Copy link

I have Python extension version v2024.0.1 and Python Debugger extension version v2024.0.0. I am no longer able to add Python debug configurations, such as the Python Attach configuration.

This is gone when doing Add Configuration:
image

Original bug here: microsoft/vscode-docker#4232

@paulacamargo25
Copy link
Contributor

Thanks for your issue report @bwateratmsft, the activation of the extension depends on the files you have, try opening a Python file and then return to launch.json, the Python Debugger option still does not appear?

@paulacamargo25
Copy link
Contributor

Can you also check if the Python Debugger extension is installed?

@paulacamargo25 paulacamargo25 added the info-needed Issue requires more information from poster label Feb 7, 2024
@bwateratmsft
Copy link
Author

Yes, the Python Debugger extension is installed. After opening a Python file, the option reappears. Previously this wasn't necessary--is the activation criteria different for the Python Debugger extension?

@paulacamargo25
Copy link
Contributor

Yes, it is a little bit different, we are only using the activation events for debug cases, but i think we can add more activation events. I will change the issue to feature request.

@paulacamargo25 paulacamargo25 added feature-request Request for new features or functionality and removed info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team labels Feb 7, 2024
@paulacamargo25 paulacamargo25 changed the title Python debug configurations can no longer be added Add more activation events for the python debugger extension Feb 7, 2024
@paulacamargo25 paulacamargo25 added the under-discussion Issue is under discussion for relevance, priority, approach label Feb 7, 2024
@eleanorjboyd eleanorjboyd added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. good first issue Good for newcomers help wanted Issues identified as good community contribution opportunities labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. feature-request Request for new features or functionality good first issue Good for newcomers help wanted Issues identified as good community contribution opportunities under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

4 participants