Skip to content

Commit f697bef

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 0a2b018 + ba4b93c commit f697bef

File tree

42 files changed

+3350
-2762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3350
-2762
lines changed

docs/code-quality/roslyn-analyzers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Code analysis using Roslyn analyzers
2+
title: Code analysis using Roslyn analyzers
33
ms.date: 01/15/2022
44
description: Become familiar with source code analysis in Visual Studio. Learn about code fixes and the different types of analyzers and severity levels.
55
ms.custom: SEO-VS-2020, devdivchpfy22

docs/debugger/remote-debugging-dotnet-core-linux-with-ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020
Starting in Visual Studio 2017, you can attach to .NET Core processes running on a local or remote Linux deployment over Secure Shell (SSH). This article describes how to set up debugging and how to debug. For debugging scenarios using Docker containers, see [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) and the [container tools](../containers/edit-and-refresh.md) articles instead. To debug Linux on WSL 2 from Visual Studio (no attach to process), see [Debug .NET Core Apps in WSL 2 with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md).
2121

2222
> [!NOTE]
23-
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes.md) is recommended instead of attach to process.
23+
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes) is recommended instead of attach to process.
2424
2525
## Prerequisites
2626

docs/ide/go-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Icon | Description
7373

7474
If you use [camel casing](https://en.wikipedia.org/wiki/Camel_case) in your code, you can find code elements faster by entering only the capital letters of the code element name. For example, if your code has a type called `CredentialViewModel`, you can narrow down the search by choosing the **Type** filter (**t**) and then entering just the capital letters of the name (`CVM`) in the Go To dialog box. This feature can be helpful if your code has long names.
7575

76-
![Navigate To window - searching with capitals](../ide/media/vside_capitalsearch.png)
76+
![Navigate To window - searching with uppercase letters](../ide/media/vside_uppercasesearch.png)
7777

7878
## Settings
7979

docs/ide/signing-in-to-visual-studio.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ ms.workload:
1919
In this article, you'll learn:
2020
+ [The benefits to account sign in](#benefits)
2121
+ How to [sign in](#sign-in) with an account
22-
+ How to [add and switch](#add-and-switch) user accounts
22+
+ How to [add & switch accounts](#add-and-switch)
2323
+ How to [access](#access) multiple user accounts
24-
+ How to [sign out](#sign-out-of-account) of an account
25-
+ How to [update](#update-your-account-profile) your profile
24+
+ How to [sign out of your account](#sign-out-of-account)
25+
+ How to [update your profile](#profile)
26+
27+
You can also get [subscription support](https://visualstudio.microsoft.com/subscriptions/support/).
2628

2729
<a name="benefits"></a>
2830
## Benefits: why sign in?
@@ -78,6 +80,13 @@ While you don't have to sign in, there are many advantages to doing so.
7880

7981
::: moniker-end
8082

83+
<a name="profile"></a>
84+
## Update your account profile
85+
86+
1. Go to **File > Account Settings...** and select the **Manage Visual Studio profile** link.
87+
1. In the browser window, select **Edit profile** and change the settings that you want.
88+
1. When you're done, select **Save changes**.
89+
8190
<a name="add-and-switch"></a>
8291
## Add and switch user accounts
8392

@@ -109,9 +118,7 @@ For detailed instructions, see [Work with GitHub accounts in Visual Studio](work
109118

110119
### Add a multi-factor authentication (MFA) enabled account to Visual Studio
111120

112-
In the 16.6 release, we added new capabilities to Visual Studio 2019 that streamline how users can access resources secured via CA policies such as MFA. To use this enhanced workflow, you'll need to opt into using your system's default web browser as the mechanism to add and reauthenticate Visual Studio accounts.
113-
114-
For detailed instructions, see [Work with accounts that require multi-factor authentication (MFA)](work-with-multi-factor-authentication.md)
121+
Starting with version 16.6, users can access resources secured via CA policies such as MFA. To use this enhanced workflow, you'll need to opt into using your system's default web browser as the mechanism to add and reauthenticate Visual Studio accounts. For detailed instructions, see [Work with accounts that require multi-factor authentication (MFA)](work-with-multi-factor-authentication.md)
115122

116123
<a name="access"></a>
117124
## Access multiple accounts associated with the Visual Studio sign-in account
@@ -180,14 +187,3 @@ Proxy credentials are stored in the Windows Credential Manager and are used as n
180187
1. Select the icon with your profile name in the upper-right corner of the Visual Studio environment.
181188
1. Select **Account settings..**.
182189
1. Select **Sign out**.
183-
184-
## Update your account profile
185-
186-
1. Go to **File > Account Settings...** and select the **Manage Visual Studio profile** link.
187-
1. In the browser window, select **Edit profile** and change the settings that you want.
188-
1. When you're done, select **Save changes**.
189-
190-
## See also
191-
192-
- Troubleshooting: [Subscription support](https://visualstudio.microsoft.com/subscriptions/support/)
193-
- [Compare Visual Studio 2022 Editions](https://visualstudio.microsoft.com/vs/compare/)

docs/ide/whats-new-visual-studio-2022.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2022"
33
titleSuffix: ""
44
description: "Learn about the new features in Visual Studio 2022."
5-
ms.date: 08/11/2022
5+
ms.date: 11/08/2022
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -19,7 +19,7 @@ ms.workload:
1919

2020
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2121

22-
**Updated for the 17.3 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
22+
**Updated for the 17.4 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
2323

2424
>[!div class="button"]
2525
>[Download Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
@@ -113,7 +113,9 @@ Why send feedback to the Visual Studio team? Because we take customer feedback s
113113

114114
* If you experience an issue where Visual Studio stops responding, crashes, or other performance issues, you can easily share repro steps and supporting files with us by using the [Report a Problem](how-to-report-a-problem-with-visual-studio.md) tool.
115115

116-
## See also
116+
## Next steps
117+
118+
To learn more about the improvements we've made to Visual Studio 2022 to date, review the following blog posts:
117119

118120
* [Visual Studio 2022 17.3 is now available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-3-is-now-available/)
119121
* [Visual Studio 2022 17.2 is now available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available/)

0 commit comments

Comments
 (0)