-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
[FEATURE] activate certain extensions #552
Comments
Hi @GHOSTS15 , The extension’s idea is not activate/deactivate other extensions, but manage your projects to quickly access. The #281 asks to associate extensions for each project, but unless VS Code itself allows you to activate/deactivate extension on a per-session scenario, it wouldn’t be possible to. You could try Profile Switcher extension, to see if it does works the way you need. Hope this helps |
ok then I have to ask just to vs code if it implements it, if not who has 20 or more extensions for different languages becomes crazy to activate and deactivate them every time |
Just out of curiosity, what's the reason you would like to activate/deactivate extensions depending on the language you use? It should already work this way... I mean, you may have 20 extensions installed, but only 5 being active when you open a certain project. It's up to the extension to choose the conditions to activate (and VS Code uses that). Of course, some extensions chooses to be active for any project you open (like this one), but others only if you open a certain file type, or a project that contains a certain file, etc. This is what extensions uses (https://code.visualstudio.com/api/references/activation-events). If you see some extension that is active but shouldn't, maybe you could ask the author to revisit its BTW, I'm not saying I don't want this feature (because I do), but it's not just VS Code that needs attention. |
Because some might conflict and then because it's much more organized. |
then i have 128 extensions (some because i still have to test them, others i was curious and others i have to remove) If I keep them all active, think how long it takes to load vs code and how many possibilities to have problems ..... instead if I can decide with a command to activate certain extensions (or as I wrote better here: microsoft/vscode#40239 (comment) ) would be much more organized and have less problems. |
Take a look at |
yes all those I have activated manually (I don't have 128 active extensions, many I have disabled) I have only 18 active extensions, (which also shows me from the command you gave me) |
an extension that allows you to activate certain extensions when you execute a command, (ie if I need only certain extensions when I develop with a language) I make the command and activate only the extensions that I need.
The text was updated successfully, but these errors were encountered: