|
2 | 2 | title: Synchronize settings
|
3 | 3 | description: Learn how to synchronize your Visual Studio settings across multiple computers by signing in to the same personalization account.
|
4 | 4 | ms.custom: SEO-VS-2020
|
5 |
| -ms.date: 06/18/2020 |
| 5 | +ms.date: 05/20/2022 |
6 | 6 | ms.topic: conceptual
|
7 | 7 | ms.assetid: a3d2ea29-be5d-4012-9820-44b06adbb7dd
|
8 | 8 | author: TerryGLee
|
@@ -46,13 +46,46 @@ By default, the following settings are synchronized:
|
46 | 46 |
|
47 | 47 | ## Turn off synchronized settings on a particular computer
|
48 | 48 |
|
49 |
| -Synchronized settings for Visual Studio are turned on by default. You can turn off synchronized settings on a computer by going to the **Tools** > **Options** > **Environment** > **Accounts** page and unchecking **Synchronize settings across devices when signed into Visual Studio**. |
| 49 | +::: moniker range="vs-2022" |
| 50 | + |
| 51 | +Synchronized settings for Visual Studio are turned on by default. You can turn off synchronized settings on a computer by going to the **Tools** > **Options** > **Environment** > **Accounts** page and clearing the **Synchronize settings across devices and installs on this machine (enabling this may overwrite local settings)** checkbox. |
| 52 | + |
| 53 | +In earlier versions of Visual Studio 2022, this checkbox controlled only the synchronization of settings across devices. When you cleared the checkbox, it prevented the current device from synchronizing with other devices. (Although if the checkbox was selected on other devices, those devices continued to synchronize with each other. Conversely, multiple installations of Visual Studio on the same device continued to synchronize their settings even if the checkbox was cleared.) |
| 54 | + |
| 55 | +Starting with Visual Studio 2022 [**version 17.2**](/visualstudio/releases/2022/release-notes), this checkbox also controls how Visual Studio synchronizes its installations on the same device. Clearing the checkbox prevents the current Visual Studio installation from synchronizing its settings with Visual Studio installations on the same device or on other devices. Visual Studio installations on other devices that have the checkbox selected continue to synchronize with each other, as will devices with earlier (pre-17.2) versions of Visual Studio 2022 installed. |
| 56 | + |
| 57 | +If you have multiple installations of Visual Studio, the following table describes how your settings are synchronized when you select or clear the **Synchronize Visual Studio settings across devices and installs on this machine** checkbox. |
| 58 | + |
| 59 | +|Checkbox <br>status |Version of Visual Studio |Current install syncs on the same device? |Current install syncs across devices? |Other installs on the same device sync across devices? | |
| 60 | +|---------|----------------|--------|--------|----------------------------------------------| |
| 61 | +|Cleared | 17.1 & earlier | Yes | No | No | |
| 62 | +|Selected | 17.1 & earlier | Yes | Yes | Yes, except 17.2+ with the checkbox cleared | |
| 63 | +|Cleared | 17.2 & later | No | No | No change | |
| 64 | +|Selected | 17.2 & later | Yes | Yes | Yes, except 17.2+ with the checkbox cleared | |
| 65 | + |
| 66 | +::: moniker-end |
| 67 | + |
| 68 | +::: moniker range="vs-2019" |
| 69 | + |
| 70 | +Synchronized settings for Visual Studio are turned on by default. You can turn off synchronized settings on a computer by going to the **Tools** > **Options** > **Environment** > **Accounts** page and unselecting the **Synchronize Visual Studio settings across devices** option. |
| 71 | + |
| 72 | +::: moniker-end |
| 73 | + |
| 74 | +::: moniker range="vs-2017" |
| 75 | + |
| 76 | +Synchronized settings for Visual Studio are turned on by default. You can turn off synchronized settings on a computer by going to the **Tools** > **Options** > **Environment** > **Accounts** page and unselecting the **Synchronize settings across devices when signed into Visual Studio** option. |
| 77 | + |
| 78 | +::: moniker-end |
| 79 | + |
| 80 | +::: moniker range="<=vs-2019" |
50 | 81 |
|
51 | 82 | As an example, if you decide not to synchronize the settings in Visual Studio on computer "A", any setting changes made on computer "A" do not appear on computer "B" or computer "C". Computers "B" and "C" will continue to synchronize with each other, but not with computer "A".
|
52 | 83 |
|
53 | 84 | > [!NOTE]
|
54 | 85 | > If you choose not to synchronize settings by deselecting the option on the **Tools** > **Options** > **Environment** > **Accounts** page, other versions or editions of Visual Studio that you have on the same computer aren't affected. Those side-by-side installations of Visual Studio will continue to synchronize their settings (unless you uncheck the option there, too).
|
55 | 86 |
|
| 87 | +::: moniker-end |
| 88 | + |
56 | 89 | ## Synchronize settings across Visual Studio IDE products and editions
|
57 | 90 |
|
58 | 91 | Settings are synchronized across versions and editions of Visual Studio installed *side-by-side*. Settings are also synchronized across Visual Studio IDE products, including Blend for Visual Studio. However, an individual Visual Studio IDE product might have its own settings that aren't shared with Visual Studio. For example, settings specific to Blend for Visual Studio on computer "A" are not shared with Visual Studio on computers "A" or "B".
|
@@ -80,7 +113,7 @@ If you currently have side-by-side installations of Visual Studio and want to us
|
80 | 113 |
|
81 | 114 | ::: moniker range=">=vs-2019"
|
82 | 115 |
|
83 |
| -Certain settings like tool window layout aren't shared between different side-by-side installations of Visual Studio. The *CurrentSettings.vssettings* file in *%userprofile%\Documents\Visual Studio 2019\Settings* is in an installation-specific folder that is similar to *%localappdata%\Microsoft\VisualStudio\16.0_xxxxxxxx\Settings*. |
| 116 | +Certain settings like tool window layout aren't shared between different side-by-side installations of Visual Studio. For example, the *CurrentSettings.vssettings* file in *%userprofile%\Documents\Visual Studio 2019\Settings* is in an installation-specific folder that is similar to *%localappdata%\Microsoft\VisualStudio\16.0_xxxxxxxx\Settings*. |
84 | 117 |
|
85 | 118 | ::: moniker-end
|
86 | 119 |
|
|
0 commit comments