Skip to content
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

Disable all extensions and allow to enable selectively #81950

Closed
xahon opened this issue Oct 4, 2019 · 3 comments
Closed

Disable all extensions and allow to enable selectively #81950

xahon opened this issue Oct 4, 2019 · 3 comments
Assignees

Comments

@xahon
Copy link

xahon commented Oct 4, 2019

I cannot check for an issue in extension because I need to disable all except that target extension. Option --disable-extensions allow us to disable all extensions at once but it doesn't allow to enable specific extensions
image
Or it should be --disable-extensions-except ID1 ID2 ID3
I don't know which one is the best

@madzadev
Copy link

madzadev commented Oct 4, 2019

As far as I know and https://code.visualstudio.com/docs/editor/command-line#_working-with-extensions documents it, --disable-extensions do not support any additional parameters yet.

The reason for this most likely is: The possibility of you having like 20+ of extensions is pretty low (when you would really starting need this), so in rare cases like these you can disable them manually.

@xahon
Copy link
Author

xahon commented Oct 4, 2019

@madarsbiss when I worked with javascript, nodejs, react, npm, html, css it's already about ~60 extensions + debugger for chrome/firefox, prettier, json tools, etc.. and you can have some extensions temporarily disabled and when you do Disable all extensions -> Test something -> Enable all extensions, then previously disabled extensions will become enabled and you will need to disable every single one again. Quite time consuming thing

@sandy081
Copy link
Member

Yes, you cannot enable extension when you start in extensions disabled mode. There is another UI gesture to disable all installed extensions which allows enabling extension one by one.

image

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants