Skip to content

Commit f401fb9

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents f7d79be + 1198dd3 commit f401fb9

6 files changed

+16
-8
lines changed

docs/ide/how-to-customize-menus-and-toolbars-in-visual-studio.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Customize menus and toolbars
33
description: Learn how to customize Visual Studio menus and toolbars, and also learn how to customize any commands included in the menus and toolbars.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 09/01/2021
66
ms.topic: how-to
77
f1_keywords:
88
- vs.renametoolbar
@@ -35,8 +35,8 @@ ms.workload:
3535

3636
You can customize Visual Studio not only by adding and removing toolbars and menus on the menu bar, but also by adding and removing commands on any given toolbar or menu.
3737

38-
> [!WARNING]
39-
> After you customize a toolbar or menu, make sure that its check box remains selected in the **Customize** dialog box. Otherwise, your changes won't persist after you close and reopen Visual Studio.
38+
> [!TIP]
39+
> To learn more about how to personalize the toolbar so that you can make it yours, see our recent blog post, [**Optimizing toolbars for your workflow**](https://devblogs.microsoft.com/visualstudio/optimizing-toolbars-for-your-workflow/).
4040
4141
## Add, remove, or move a menu on the menu bar
4242

@@ -80,6 +80,9 @@ You can customize Visual Studio not only by adding and removing toolbars and men
8080
8181
## <a name="customizing_menu">Customize a menu or a toolbar</a>
8282

83+
> [!WARNING]
84+
> After you customize a toolbar or menu, make sure that its check box remains selected in the **Customize** dialog box. Otherwise, your changes won't persist after you close and reopen Visual Studio.
85+
8386
1. On the menu bar, choose **Tools** > **Customize**.
8487

8588
The **Customize** dialog box opens.

docs/ide/managing-project-and-solution-properties.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage project and solution properties
33
description: Learn how to manage both the project properties and the solution properties in Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 09/01/2021
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -13,7 +13,12 @@ ms.workload:
1313
---
1414
# Manage project and solution properties
1515

16-
Projects have properties that govern many aspects of compilation, debugging, testing and deploying. Some properties are common among all project types, and some are unique to specific languages or platforms. You access project properties by right-clicking the project node in **Solution Explorer** and choosing **Properties** or by typing **properties** into the search box on the menu bar and choosing **Properties Window** from the results.
16+
Projects have properties that govern many aspects of compilation, debugging, testing and deploying. Some properties are common among all project types, and some are unique to specific languages or platforms.
17+
18+
> [!TIP]
19+
> In [Visual Studio 2022 Preview](/visualstudio/releases/2022/release-notes-preview), we've added new functionality to project properties and refreshed its user interface. To learn more, see the [**Revamped Project Properties UI**](https://devblogs.microsoft.com/visualstudio/flexible-theming-visual-studio/) blog post.
20+
21+
You access project properties by right-clicking the project node in **Solution Explorer** and choosing **Properties**, or by typing **properties** into the search box on the menu bar and choosing **Properties Window** from the results.
1722

1823
![Project context menu](../ide/media/vs2015_proj_prop_menu.gif)
1924

docs/test/remote-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ The environment can be specified in `testEnvironments.json` in the root of your
110110
## Use the Test Explorer to run and debug remote tests
111111
* The active environment is selected via a drop-down in the Test Explorer tool bar. Currently, only one test environment can be active at a time.
112112

113-
![Remote testing environment drop down in Test Explorer](media/remote_test_drop_down.png)
113+
![Remote testing environment drop down in Test Explorer](media/remote-test-drop-down.png)
114114

115115
* Once an environment is selected, tests are discovered and run in the new environment.
116116

117-
![Tests are discovered and executed in remote environments](media/remote_test_linux_discovery.png)
117+
![Tests are discovered and executed in remote environments](media/remote-test-linux-discovery.png)
118118

119119
* You can now run your tests inside the remote and debug your tests in environments!
120120

121-
![View test results from remote environment in the test explorer](media/remote_test_linux_passing.png)
121+
![View test results from remote environment in the test explorer](media/remote-test-linux-passing.png)
122122

123123
* Test Explorer may prompt you to install some missing environment prerequisites and attempt to install missing dependencies. However, the bulk of the provisioning of the remote environment is up to the user’s specification.
124124

0 commit comments

Comments
 (0)