-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Need to disable extensions not just uninstall them #2882
Comments
As a workaround, extensions can be manually disabled by moving them away from your local extensions folder. (this is "~/.vscode/extensions" in Linux, I'm afraid I don't really know for other platforms) But yes, I would also appreciate a more intuitive means of disabling extensions. |
fyi @joaomoreno |
Would be really neat if we could define active extensions as multiple presets, workspace setting with individual extensions would suffice I guess but having a way to quickly switch between extension presets would be awesome (even if that means restarting vscode). |
What about adding a ".disabled" (or .whatever) file inside the extension folder in order to set it as "not loadable". Neat and easy to implement. |
Doc Feedback verbatim request: "I need to disable an extension without uninstalling it." |
I recently noticed code has a "safe mode' to disable ALL plugins and invoked via a command line switch. You should doc that in same place too. |
+1 |
|
I just wanted to note that I am running version 1.5.2 and I have only the C# extension loaded. Just now, I went to the Extension and pressed Update. It went searching for the update (I assume) and then the Update button changed to an "Enable" button. Clicking the Enable button presents me a message that says I need to restart Code for the enabling to occur. I mention this only because it shows that there is already some functionality in the program to Disable the extension (at least that one). |
+1 need to sometimes disable/enable pylint |
@JoeCodeswell This feature is already available. Enter Visual Studio code, open the extensions column, and click on the cogwheel next to the extension. As for disabling Pylint in particular, it might be more elegant to have a custom .pylintrc file in each of your projects. With |
When looking for problems with intellisense (#2850) I wanted to clean up my config by disabling all extensions. However they can only be deleted.
This would be a generally useful option in case extensions are causing problems.
@joaomoreno
The text was updated successfully, but these errors were encountered: