microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.01k stars 29.2k forks source link

lessen extension activation from debugging #223141

Open meganrogge opened 3 months ago

meganrogge commented 3 months ago

I think that's good behavior. We might still be able to add some optimization for the case of extension-provided configurations. Maybe in workspace storage we keep a small LRU (say ~5 entries) to associate labels of tasks with the extensions that provide them, to avoid having to activate all extensions all the time if I run some npm: scriptThatIDontHaveATaskFor?

Originally posted by @connor4312 in #192043

isidorn commented 3 months ago

I like this suggestion!