Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I exclude certain settings with VS Code built-in settings sync feature?

I'm using the built-in Settings Sync feature (comes with VS Code 1.46 or somewhere later), logged in with my GitHub account. I would like to exclude some settings from syncing, keeping them separate per installation. For example, "font size" is among those that I don't want to sync.

I'm currently running Code 1.50.1. Is it possible to keep a selected set of settings from syncing?

like image 665
iBug Avatar asked Dec 31 '25 23:12

iBug


1 Answers

Go to the settings file. This should work:

{
    "settingsSync.ignoredSettings": [
    "editor.fontSize"
    ]
}

For keyboard shortcuts:

{
   "settingsSync.keybindingsPerPlatform": True
}
like image 144
Carol Eisen Avatar answered Jan 03 '26 12:01

Carol Eisen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!