Closed
Description
I'd like to be able to set some settings so they apply across all profiles.
For example, the following settings are in each of my profiles:
{
"chat.commandCenter.enabled": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.pruneOnFetch": true,
"terminal.integrated.persistentSessionReviveProcess": "never",
"workbench.activityBar.location": "top",
"workbench.startupEditor": "none",
}
It'd be nice to have a cross-profile user settings file to put some settings in.
As it is today, I need to modify each of my profiles when I want to change a "global" setting...
Metadata
Metadata
Assignees
Labels
No labels