Skip to content

Commit a6e800b

Browse files
authored
Merge pull request #8059 from MicrosoftDocs/main637889583964919633
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b62c97f + 1249cd2 commit a6e800b

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

docs/ide/synchronized-settings-in-visual-studio.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Synchronize settings
33
description: Learn how to synchronize your Visual Studio settings across multiple computers by signing in to the same personalization account.
44
ms.custom: SEO-VS-2020
5-
ms.date: 06/18/2020
5+
ms.date: 05/20/2022
66
ms.topic: conceptual
77
ms.assetid: a3d2ea29-be5d-4012-9820-44b06adbb7dd
88
author: TerryGLee
@@ -46,13 +46,46 @@ By default, the following settings are synchronized:
4646

4747
## Turn off synchronized settings on a particular computer
4848

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"
5081

5182
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".
5283

5384
> [!NOTE]
5485
> 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).
5586
87+
::: moniker-end
88+
5689
## Synchronize settings across Visual Studio IDE products and editions
5790

5891
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
80113

81114
::: moniker range=">=vs-2019"
82115

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*.
84117

85118
::: moniker-end
86119

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: rjmolyneaux
66
ms.author: rmolyneaux
77
manager: jmartens
8-
ms.date: 05/17/2022
8+
ms.date: 05/23/2022
99
ms.custom: vs-acquisition
1010
ms.topic: reference
1111
ms.workload:
@@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio
2626

2727
| **Version**| **Channel** | **Release date** | **Build version** |
2828
| ---------------------- | ----------- | ---------------- | ----------------- |
29+
| 17.3.0 | Preview 1.1 | May 23, 2022 | 17.3.32519.111 |
2930
| 17.2.1 | Release | May 17, 2022 | 17.2.32516.85 |
3031
| 17.2.0 | Release | May 10, 2022 | 17.2.32505.173 |
3132
| 17.3.0 | Preview 1 | May 10, 2022 | 17.3.32505.426 |

0 commit comments

Comments
 (0)