Syncing VSCode Settings Across Multiple PCs

Tadashi Shigeoka ·  Thu, June 23, 2022

I’ll introduce how to sync Visual Studio Code (VSCode) settings across multiple PCs.

VSCode | Visual Studio Code

Background: Want to Transfer VSCode Settings During PC Migration

When migrating to a new PC, I wanted to transfer VSCode settings, so I researched how to sync settings.

VSCode Settings Sync

GUI Operation

  1. ⚙️ icon
  2. [Turn on Preferences Sync]

Keyboard Operation

  1. Command + Shift + P
  2. Turn on Preferences Sync

After logging in to your GitHub / Microsoft account, [Preferences Sync is on] will be enabled.

Above, I synced VSCode settings across multiple PCs.

That’s all from the Gemba.

Reference Information