Skip to content

Commit c51dbb3

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 41addf2 + 5e54581 commit c51dbb3

36 files changed

+195
-333
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6105,6 +6105,16 @@
61056105
"redirect_url": "/visualstudio/sharepoint/getting-started-sharepoint-development-in-visual-studio",
61066106
"redirect_document_id": false
61076107
},
6108+
{
6109+
"source_path": "docs/test/lab-management/use-build-or-rm-instead-of-lab-management.md",
6110+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6111+
"redirect_document_id": false
6112+
},
6113+
{
6114+
"source_path": "docs/test/lab-management/install-configure-test-agents.md",
6115+
"redirect_url": "/visualstudio/test/lab-management/using-a-lab-environment-for-your-application-lifecycle",
6116+
"redirect_document_id": false
6117+
},
61086118
{
61096119
"source_path": "docs/test/live-unit-testing-whats-new.md",
61106120
"redirect_url": "/visualstudio/test/live-unit-testing-intro",

docs/deployment/deploying-applications-services-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you're deploying a UWP app for testing on a device, see [Run UWP apps on a re
113113

114114
## Deploy to a test lab
115115

116-
You can enable more sophisticated development and testing by deploying your applications into virtual environments. For more information, see [Test on a lab environment](../test/lab-management/using-a-lab-environment-for-your-application-lifecycle.md).
116+
You can enable more sophisticated development and testing by deploying your applications into virtual environments. For more information, see [Azure DevTest Labs](/azure/devtest-labs/devtest-lab-overview).
117117

118118
## Continuous deployment
119119

docs/ide/customizing-window-layouts-in-visual-studio.md

Lines changed: 151 additions & 108 deletions
Large diffs are not rendered by default.

docs/ide/how-to-manage-editor-modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Full screen and virtual space mode
33
description: Learn how to manage the Visual Studio editor modes to display all of the tools and windows in a way that works best for you.
44
ms.custom: SEO-VS-2020
5-
ms.date: 05/20/2022
5+
ms.date: 08/24/2022
66
ms.topic: how-to
77
helpviewer_keywords:
88
- word wrap
@@ -79,5 +79,5 @@ In **Virtual Space** mode, spaces are inserted at the end of each line of code.
7979

8080
## See also
8181

82-
- [Customize window layouts in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md)
82+
- [Customize window layouts and personalize tabs](../ide/customizing-window-layouts-in-visual-studio.md)
8383
- [Fonts and Colors, Environment, Options dialog box](../ide/reference/fonts-and-colors-environment-options-dialog-box.md)
34.7 KB
Loading
109 KB
Loading

docs/ide/media/auto-hide-lrg.png

85.1 KB
Loading

docs/ide/media/auto-hide-sml.png

109 KB
Loading
Loading
Loading
Loading
8.75 KB
Loading
19.8 KB
Loading
22.8 KB
Loading
41.2 KB
Loading
Loading
Loading
Loading
60.2 KB
Loading
Loading
Loading
Loading

docs/ide/personalizing-the-visual-studio-ide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Customize the IDE
33
description: Learn how to personalize the Visual Studio IDE in ways that best support your own development style and requirements.
44
ms.custom: SEO-VS-2020
5-
ms.date: 04/12/2021
5+
ms.date: 08/24/2022
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -49,10 +49,9 @@ You can change the main menu casing between **Title Case** ("File") and **All Ca
4949

5050
To add or remove menu or toolbar items, see [How to: Customize menus and toolbars](../ide/how-to-customize-menus-and-toolbars-in-visual-studio.md).
5151

52-
5352
## Window layouts
5453

55-
You can define and save multiple window layouts and switch between them. For example, you can define one layout for coding and one for debugging. To arrange window positions and behavior and save custom layouts, see [Customize window layouts](../ide/customizing-window-layouts-in-visual-studio.md).
54+
You can define and save multiple window layouts and switch between them. For example, you can define one layout for coding and one for debugging. To arrange window positions and behavior and save custom layouts, see [Customize window layouts and personalize tabs](../ide/customizing-window-layouts-in-visual-studio.md).
5655

5756
## External tools
5857

docs/ide/productivity-features.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Productivity guide
33
description: Learn about the keyboard shortcuts and productivity features in Visual Studio that can help you efficiently write code, debug code, and handle errors.
44
ms.custom: SEO-VS-2020
5-
ms.date: 4/29/2020
5+
ms.date: 08/24/2022
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -21,17 +21,17 @@ For information about helpful keyboard shortcuts, see [Productivity shortcuts](.
2121

2222
## Get started
2323

24-
Save time digging through menus by quickly searching for anything you need, including commands, settings, documentation, and install options. See keyboard shortcuts for commands within your search results in Visual Studio so you can memorize them more easily.
24+
Save time digging through menus by quickly searching for anything you need, including commands, settings, documentation, and install options. See keyboard shortcuts for commands within your search results in Visual Studio so you can memorize them more easily.
2525

2626
- **Mock code using task list**. If you don't have enough requirements to complete a piece of code, use Task List to track code comments that use tokens such as `TODO` and `HACK`, or custom tokens, and to manage shortcuts that take you directly to a predefined location in code. For more information, see [Use the Task List](../ide/using-the-task-list.md).
2727

2828
- **Use Solution Explorer shortcuts**. If you're new to Visual Studio, these shortcuts will come in handy and save you time while you're coming up to speed on a new codebase. For the full list of shortcuts, see [Default keyboard shortcuts in Visual Studio](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_solutionexplorerGLOBAL).
2929

3030
- **[Identify and customize keyboard shortcuts in Visual Studio](../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md)**. You can identify keyboard shortcuts for Visual Studio commands, customize those shortcuts, and export them for others to use. You can always find and change a keyboard shortcut in the Options dialog box.
3131

32-
- **Make Visual Studio more accessible**. Visual Studio has built-in accessibility features that are compatible with screen readers and other assistive technologies. See [Accessibility tips and tricks for Visual Studio](../ide/reference/accessibility-tips-and-tricks.md) for the full list of available features.
32+
- **Make Visual Studio more accessible**. Visual Studio has built-in accessibility features that are compatible with screen readers and other assistive technologies. See [Accessibility tips and tricks for Visual Studio](../ide/reference/accessibility-tips-and-tricks.md) for the full list of available features.
3333

34-
- **Check out the Visual Studio Product Lifecycle and Servicing**. For information on how to get updates for Visual Studio, support options for Enterprise and Professional customers, support for older versions of Visual Studio, and components not covered by Visual Studio servicing, see [Visual Studio Product Lifecycle and Servicing](/visualstudio/releases/2019/servicing).
34+
- **Check out the Visual Studio Product Lifecycle and Servicing**. For information on how to get updates for Visual Studio, support options for Enterprise and Professional customers, support for older versions of Visual Studio, and components not covered by Visual Studio servicing, see [Visual Studio Product Lifecycle and Servicing](/visualstudio/releases/2019/servicing).
3535

3636
- **Install and manage NuGet packages in Visual Studio**. The NuGet Package Manager UI in Visual Studio on Windows allows you to easily install, uninstall, and update NuGet packages in projects and solutions. For more information, see [Install and manage packages in Visual Studio using the NuGet Package Manager](/nuget/consume-packages/install-use-packages-visual-studio).
3737

@@ -65,7 +65,7 @@ Write code more quickly by using the following features.
6565

6666
## Navigate within your code and the IDE
6767

68-
You can use various techniques to find and move to specific locations in your code more quickly. You can also change the layout of your Visual Studio windows based on your preferences.
68+
You can use various techniques to find and move to specific locations in your code more quickly. You can also change the layout of your Visual Studio windows based on your preferences.
6969

7070
- **Bookmark lines of code**. You can use bookmarks to navigate quickly to specific lines of code in a file.
7171

@@ -95,7 +95,6 @@ You can search across the IDE for commands, files, and options, in addition to f
9595

9696
- **Find dialog boxes, menu commands, options, and more**. In the search box, enter keywords or phrases for the items that you're trying to find. For example, the following options appear if you enter **new project**:
9797

98-
9998
::: moniker range=">=vs-2019"
10099

101100
![Search results for 'new project'](../ide/media/vs-2019/productivity-quick-launch-new-project.png)
@@ -108,11 +107,7 @@ You can search across the IDE for commands, files, and options, in addition to f
108107

109108
Debugging can consume a lot of time, but the following tips can help you speed up the process.
110109

111-
- **Use the Visual Studio debugger tools**. In the Visual Studio context, when you *debug your app*, it usually means that you are running the application in debugger mode. The debugger provides many ways to see what your code is doing while it runs. See [First look at the Visual Studio Debugger](../debugger/debugger-feature-tour.md) for a guide to getting started.
112-
113-
- **Test the same page, application, or site in different browsers**. As you debug your code, you can easily switch among the installed web browsers, including [Page Inspector (Visual Studio)](/previous-versions/hh974728(v=vs.140)), without having to open the **Browse With** dialog box. You can use the **Debug Target** list, which is on the **Standard** toolbar next to the **Start Debugging** button, to quickly verify which browser you're using as you debug or view pages.
114-
115-
![Select web browser debug options](../ide/media/webbrowserdropdowntoolbar.png)
110+
- **Use the Visual Studio debugger tools**. In the Visual Studio context, when you *debug your app*, it usually means that you are running the application in debugger mode. The debugger provides many ways to see what your code is doing while it runs. See [First look at the Visual Studio Debugger](../debugger/debugger-feature-tour.md) for a guide to getting started.
116111

117112
- **Set temporary breakpoints**. You can create a temporary breakpoint in the current line of code and start the debugger simultaneously. When you hit that line of code, the debugger enters break mode. For more information, see [Navigate through code with the debugger](../debugger/navigating-through-code-with-the-debugger.md).
118113

@@ -134,13 +129,12 @@ Debugging can consume a lot of time, but the following tips can help you speed u
134129

135130
- **Use Live Share to debug in real time with others**. Live Share enables you to collaboratively edit and debug with others in real time, regardless of the programming languages you're using or app types you're building. For more information, see [What is Visual Studio Live Share?](/visualstudio/liveshare/)
136131

137-
- **Use Interactive Window to write and test small code**. Visual Studio provides an interactive read-evaluate-print-loop (REPL) window that lets you enter arbitrary code and see immediate results. This way of coding helps you to learn and experiment with APIs and libraries, and to interactively develop working code to include in your projects. For Python, see [Work with the Python Interactive window](../python/python-interactive-repl-in-visual-studio.md). The Interactive Window feature is also available for C#.
132+
- **Use Interactive Window to write and test small code**. Visual Studio provides an interactive read-evaluate-print-loop (REPL) window that lets you enter arbitrary code and see immediate results. This way of coding helps you to learn and experiment with APIs and libraries, and to interactively develop working code to include in your projects. For Python, see [Work with the Python Interactive window](../python/python-interactive-repl-in-visual-studio.md). The Interactive Window feature is also available for C#.
138133

139134
## Access Visual Studio tools
140135

141136
You can quickly access the Developer Command Prompt, or another Visual Studio tool, if you pin it to the Start menu or the taskbar.
142137

143-
144138
::: moniker range=">=vs-2019"
145139

146140
1. In Windows Explorer, browse to *%ProgramData%\Microsoft\Windows\Start Menu\Programs\Visual Studio 2019\Visual Studio Tools*.
@@ -157,7 +151,7 @@ At any one time, you may be working in multiple code files and moving among seve
157151

158152
To pin a file, choose the file's tab, and then choose the **Toggle Pin Status** button.
159153

160-
- **Move documents and windows to other monitors**. If you use more than one monitor when you develop applications, you can work on portions of your application more easily by moving files that are open in the editor to another monitor. You can also move tool windows, such as debugger windows, to another monitor and tab dock document and tool windows together to create "rafts." For more information, see [Customize window layouts in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md).
154+
- **Move documents and windows to other monitors**. If you use more than one monitor when you develop applications, you can work on portions of your application more easily by moving files that are open in the editor to another monitor. You can also move tool windows, such as debugger windows, to another monitor and tab dock document and tool windows together to create "rafts." For more information, see [Customize window layouts and personalize tabs in Visual Studio](../ide/customizing-window-layouts-in-visual-studio.md).
161155

162156
You can also manage files more easily by creating another instance of **Solution Explorer** and moving it to another monitor. To create another instance of **Solution Explorer**, open a shortcut menu in **Solution Explorer**, and then choose **New Solution Explorer View**.
163157

docs/ide/quickstart-personalize-the-ide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set the Visual Studio dark theme and change text colors
33
description: Learn how to change the default Visual Studio color theme to dark mode and change font colors in the code editor.
4-
ms.date: 07/11/2022
4+
ms.date: 08/24/2022
55
ms.topic: how-to
66
ms.custom: contperf-fy21q1
77
author: TerryGLee
@@ -135,5 +135,5 @@ We explored just a couple ways of customizing the colors in Visual Studio. We ho
135135

136136
- [How to: Change fonts, colors, and themes in Visual Studio](../ide/how-to-change-fonts-and-colors-in-visual-studio.md)
137137
- [How to: Change text case in the editor](../ide/how-to-change-text-case-in-the-editor.md)
138-
- [How to: Customize window layouts](customizing-window-layouts-in-visual-studio.md)
138+
- [How to: Customize window layouts and personalize tabs](customizing-window-layouts-in-visual-studio.md)
139139
- [Visual Studio IDE overview](../get-started/visual-studio-ide.md)

docs/ide/reference/general-environment-options-dialog-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: General, Environment, Options Dialog Box
33
description: Learn how to use the General page in the Environment section to change color themes, status bar settings, file extension associations, and more for the IDE.
44
ms.custom: SEO-VS-2020
5-
ms.date: 03/30/2022
5+
ms.date: 08/24/2022
66
ms.topic: reference
77
f1_keywords:
88
- VS.Environment.General
@@ -110,4 +110,4 @@ Specifies that when the **Auto Hide** button is clicked, only the tool window th
110110

111111
## See also
112112

113-
- [Customize window layouts](../../ide/customizing-window-layouts-in-visual-studio.md)
113+
- [Customize window layouts and personalize tabs](../../ide/customizing-window-layouts-in-visual-studio.md)

docs/ide/reference/tabs-and-windows-environment-options-dialog-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tabs and Windows, Environment, Options Dialog Box
33
description: Learn about the personalization options available in the Tabs and Windows dialog box, such as vertical tabs to help keep your workspace organized, and more.
44
ms.custom: SEO-VS-2020
5-
ms.date: 08/16/2022
5+
ms.date: 08/24/2022
66
ms.topic: reference
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Environment.TabsAndWindows"
@@ -18,7 +18,7 @@ ms.workload:
1818

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

21-
Use this dialog to set options for [tabs](../customizing-window-layouts-in-visual-studio.md#tabs) and [windows](../customizing-window-layouts-in-visual-studio.md#arrange-and-dock-windows) in the [code editor](../../get-started/tutorial-editor.md). For more information, see [Customize window layouts in Visual Studio](../customizing-window-layouts-in-visual-studio.md).
21+
Use this dialog to set options for [tabs](../customizing-window-layouts-in-visual-studio.md#personalize-tabs) and [windows](../customizing-window-layouts-in-visual-studio.md#arrange-and-dock-windows) in the [code editor](../../get-started/tutorial-editor.md). For more information, see [Customize window layouts and personalize tabs in Visual Studio](../customizing-window-layouts-in-visual-studio.md).
2222

2323
::: moniker range="vs-2022"
2424

@@ -34,4 +34,4 @@ Use this dialog to set options for [tabs](../customizing-window-layouts-in-visua
3434

3535
## See also
3636

37-
- [Customize window layouts and tabs](../customizing-window-layouts-in-visual-studio.md)
37+
- [Customize window layouts and personalize tabs](../customizing-window-layouts-in-visual-studio.md)

docs/ide/use-solution-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about Solution Explorer
33
description: Learn how you can use the Solution Explorer tool window in Visual Studio to create & manage your files, projects, and solutions.
4-
ms.date: 06/27/2022
4+
ms.date: 08/24/2022
55
ms.topic: conceptual
66
ms.custom: contperf-fy22q4
77
helpviewer_keywords:
@@ -104,4 +104,4 @@ For a tutorial that walks you through how to add items and projects by using the
104104

105105
- [What are solutions and projects in Visual Studio?](solutions-and-projects-in-visual-studio.md)
106106
- [What is the .NET Project Designer?](reference/project-properties-reference.md)
107-
- [Customize window layouts in Visual Studio](customizing-window-layouts-in-visual-studio.md)
107+
- [Customize window layouts and personalize tabs in Visual Studio](customizing-window-layouts-in-visual-studio.md)

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: 8/16/2022
8+
ms.date: 8/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.2 | Release | August 23, 2022 | 17.3.32819.101 |
2930
| 17.3.1 | Release | August 16, 2022 | 17.3.32811.315 |
3031
| 17.3.0 | Release | August 9, 2022 | 17.3.32804.467 |
3132
| 17.4.0 | Preview 1 | August 9, 2022 | 17.4.32804.182 |

docs/test/improve-code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Whether you choose best-of-breed Coded UI Tests or generic browser-based UI test
111111
## Related scenarios
112112

113113
* [Exploratory & manual testing (Azure Test Plans)](/azure/devops/test/index?view=vsts&preserve-view=true)
114-
* [Load testing (Azure Test Plans)](/azure/load-testing/)
114+
* [Load testing (Azure Load Testing)](/azure/load-testing/)
115115
* [Code analysis tools](../code-quality/code-analysis-for-managed-code-overview.md)

0 commit comments

Comments
 (0)