vscode icon indicating copy to clipboard operation
vscode copied to clipboard

only get all workspace tasks if default glob configured

Open meganrogge opened this issue 2 years ago • 1 comments

another regression from #141230

fixes https://github.com/microsoft/vscode/issues/185960

this dramatically speeds up the execution of the build task and now only the necessary extension gets activated.

tested the single repo and multi repo cases

while it's true that this will break for people that are using it, it's probably a small minority and they'll make an issue and i can say you can enable it with this setting.

meganrogge avatar Jul 07 '23 21:07 meganrogge

I wonder if instead of a setting, we can figure this out when the tasks.json is parsed?

EDIT: no, because still requires activating the extension that contributes it

meganrogge avatar Jul 07 '23 22:07 meganrogge

instead of the setting, @tyriar suggested I try _getConfiguration

meganrogge avatar Jul 10 '23 16:07 meganrogge