Skip to content

Repo sync for protected CLA branch #8059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 36 additions & 3 deletions docs/ide/synchronized-settings-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Synchronize settings
description: Learn how to synchronize your Visual Studio settings across multiple computers by signing in to the same personalization account.
ms.custom: SEO-VS-2020
ms.date: 06/18/2020
ms.date: 05/20/2022
ms.topic: conceptual
ms.assetid: a3d2ea29-be5d-4012-9820-44b06adbb7dd
author: TerryGLee
Expand Down Expand Up @@ -46,13 +46,46 @@ By default, the following settings are synchronized:

## Turn off synchronized settings on a particular computer

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**.
::: moniker range="vs-2022"

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.

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.)

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.

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.

|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? |
|---------|----------------|--------|--------|----------------------------------------------|
|Cleared | 17.1 & earlier | Yes | No | No |
|Selected | 17.1 & earlier | Yes | Yes | Yes, except 17.2+ with the checkbox cleared |
|Cleared | 17.2 & later | No | No | No change |
|Selected | 17.2 & later | Yes | Yes | Yes, except 17.2+ with the checkbox cleared |

::: moniker-end

::: moniker range="vs-2019"

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.

::: moniker-end

::: moniker range="vs-2017"

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.

::: moniker-end

::: moniker range="<=vs-2019"

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

> [!NOTE]
> 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).

::: moniker-end

## Synchronize settings across Visual Studio IDE products and editions

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".
Expand Down Expand Up @@ -80,7 +113,7 @@ If you currently have side-by-side installations of Visual Studio and want to us

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

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

::: moniker-end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
author: rjmolyneaux
ms.author: rmolyneaux
manager: jmartens
ms.date: 05/17/2022
ms.date: 05/23/2022
ms.custom: vs-acquisition
ms.topic: reference
ms.workload:
Expand All @@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio

| **Version**| **Channel** | **Release date** | **Build version** |
| ---------------------- | ----------- | ---------------- | ----------------- |
| 17.3.0 | Preview 1.1 | May 23, 2022 | 17.3.32519.111 |
| 17.2.1 | Release | May 17, 2022 | 17.2.32516.85 |
| 17.2.0 | Release | May 10, 2022 | 17.2.32505.173 |
| 17.3.0 | Preview 1 | May 10, 2022 | 17.3.32505.426 |
Expand Down