Skip to content

Add user settings level above profiles #251367

Closed
@viell-dev

Description

@viell-dev

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions