-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
'Run Build Task' activating many extensions #185960
Comments
This is by design - we have to activate any extensions which contribute tasks to fetch the build tasks, if any, that they contribute. |
is that the case even if there's a default task configured? I have a suspicion something has changed because building, for example, vscode repo or just a new extension repo with Screen.Recording.2023-06-25.at.12.50.09.mov |
Note to self - this was happening before the change where we resolve workspace tasks |
This is happening because we check for glob tasks as the default - since we aren't sure which it might be, we have to call vscode/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts Lines 2942 to 2957 in e55c822
|
this originated here #141230 seems like not worth it in most cases. this should probably behind a setting |
Description
Running the command
Tasks: Run Build Task
is activating various unnecessary extensionsVersion
The text was updated successfully, but these errors were encountered: