How to launch Visual Studio with only certain extensions enabled #391
stamminator
started this conversation in
General
Replies: 1 comment
-
|
I don't think on the extension level can do this gracefully. VS has to be restarted once an extension is installed, uninstalled, enabled or disabled. There might be a location in the registry to control the availability of extensions.
Then create two bat files to rename/restore those extensions that you don't what to disable/enable before launching VS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is not a Codist-specific question, but since the author has a massive amount of Visual Studio knowledge, I figured this might be a good place to ask. Is there a way to launch Visual Studio with certain extensions enabled and other disabled? I realize this could technically be accomplished by installing all the "always" extensions at the machine level, installing the "sometimes" extensions at the user level, and launching in Safe Mode, but this is a very inflexible solution that might have unintended side-effects.
My use case is that I have a bunch of extensions related to VSSDK/extension development whose overhead I'd only like to incur when I'm actively developing or debugging an extension.
Beta Was this translation helpful? Give feedback.
All reactions