-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Workspace-level enabled extensions #69958
Comments
This will be also related to this other #68527 |
I agree with @d8vjork. There must be an easier way to manage extensions on a per workspace level. |
Related - #68527 |
Hello @d8vjork, I had some similar thoughts. I'm going to reproduce my comment below since it seems pretty similar to your original post -- wanted to figure out if we're talking about similar things!
(I found this thread because I was also redirected to #68527 -- thanks @sandy081 for linking me!) |
@szhu My thing is actually about the enabled ones. So in your comment you describe the So as I can see, you've the same final conclusion, when I was having this problem is when I discovered that extensions file, but we still need something about that "Workspace extensions" / "User extensions", so teams can work with their own extensions and in the workspace we save in .vscode folder the preferences about which ones we enable (kind of like the Settings are doing right now). Is very difficult to work in so many projects as in an agency and keep changing those new extensions you installed in other projects (they're installed and enabled as global / user extensions). |
Hi - Just to add a vote for being able to configure extensions for a workspace. Kind of like npm for visual studio code. The current recommendations feature is kinda useful for teams, but if you work on lots of different environments/languages it doesn't really fullfill the requirement. |
This would be nice, yes. For example, when you would like to disable or enable certain extensions per-workspace if they conflict with each other. Eg |
Correct me if I'm wrong, but this sounds to me like the same feature request as this issue? #85735. Just wanted to mention that so that when one is closed, the other will get closed as well. I'm throwing in my vote for this feature request as well. Currently I'm testing out using Remote Containers (https://code.visualstudio.com/docs/remote/containers#_managing-extensions) to accomplish this but it's overkill and uses additional resources for something like this. |
Hi there,
I was wondering if there's a place where I can manage the extensions enabled on the Workspace level (instead of the general), if so will be brilliant if we can have a collapsable block like the Disabled/Enabled/Recommended on the extensions panel, something like Workspace.
Also now is a little bit frustrating the way that this feature is organised, I always do something like Disable and then re-enable the extension just for the workspace, the Enable (Workspace) option.
The text was updated successfully, but these errors were encountered: