-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Auto disable extensions if their dependencies are disabled #122448
Comments
@sandy081 @connor4312 is this some result of one being onboarded and the other not? |
Yeah seems like so. |
The old vscode-node-debug does not require trust since debugging goes to node-debug2 now. We can just require trust for both, the moment you do anything with node-debug you'll get a trust prompt. |
I think the extension enablement service should check dependencies and use most restrictive option for enablement, this probably shouldn't be on the extensions to do themselves |
Agreed, there is similar requirement for virtual workspaces. |
@sandy081, is this something that you will address or you want me to look at? |
I would look into this as it is also needed for virtual workspaces. |
@sandy081, have you had the chance to look into this issue? Thanks! |
Not yet, scheduled it for next week. |
Testing #122252
The text was updated successfully, but these errors were encountered: