-
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
Support Profile Inheritance #191224
Comments
Hello, developers of vscode. Thank you so much for your work. {
"references": ["settings-1.json", "settings-2.json"]
} This will allow profile to automatically import and synchronize other profile files. Developers can freely combine these configuration files according to their needs, and make the configuration of vscode more flexible. |
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding! |
Very sad news. |
If you want this behaviour only for settings here is the issue tracking this - #188612 Here is the explanation why we do not want to support profile hierarchy - #156144 (comment) |
I read the following issue threads. Profile inheritance: Settings inheritance:
Extension groups:
Many comments above are related to profiles not addressing their XY problem:
VS Code's own proflie templates demo this:
Profiles allow quickly reapplying layout to a new project but not extensions:
In reality extension packs were a better fit except:
Profile inheritance (not only on creation) combined with exposing their JSON config would be 1 solution. Enhancing extension packs would be another. I just want an open issue for what's a nearly universal XY problem regarless of the solution. |
Since it was mentioned that "general profile inheritance" is not planned, I think extension inheritance is very helpful. I have a lot of extension I use across all my profiles, like "Code Spell Checker" or "Markdown all in One". It would be very nice when I remove or add extensions to the base profile I can click a button in other profiles to always use base-as-base and any other extension is just for that profile. |
Can something like inheritance or import be added?
When adding a plugin to
global
, it means that a plugin is installed globally.When certain settings are added in
web dev
, this applies to all web development.Originally posted by @tbontb-iaq in #190856 (comment)
The text was updated successfully, but these errors were encountered: