Skip to content

Commit 2032254

Browse files
committed
Merged main into live
2 parents 3fe6f68 + 6707d82 commit 2032254

13 files changed

+28
-21
lines changed

docs/help-viewer/installation.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install Microsoft Help Viewer to read offline help
33
description: Install Microsoft Help Viewer to read offline help documentation for various products including Visual Studio and SQL Server.
4-
ms.date: 11/01/2017
4+
ms.date: 09/12/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- "installing Help Viewer"
@@ -19,19 +19,21 @@ Help Viewer is an optional installation component of Visual Studio. To install i
1919

2020
1. Open **Visual Studio Installer** from the Start menu or, if you have Visual Studio open, you can choose **Tools** > **Get Tools and Features** to open Visual Studio Installer.
2121

22-
1. Choose the **Individual Components** tab, then select **Help Viewer** under the **Code tools** section.
22+
1. Choose the **Individual Components** tab, then search for `help viewer`, or select **Help Viewer** under the **Code tools** section.
2323

2424
![VS Installer Help Viewer component](media/installation/vs-installer.png)
2525

2626
1. Choose the **Modify** button to start the installation of Microsoft Help Viewer.
2727

2828
Another way to easily install Microsoft Help Viewer is through the search box:
2929

30+
1. Make sure that the **Visual Studio Installer** is not running.
31+
3032
1. Press **Ctrl**+**Q** and then type or enter **help viewer** in the search box.
3133

3234
![Search box](media/installation/quick-launch.png)
3335

34-
1. Choose the result called **Help Viewer (Individual Component)**.
36+
1. Choose the result called **Install Help Viewer**.
3537

3638
1. In the dialog box that opens, choose the **Install** button.
3739

@@ -40,4 +42,5 @@ Another way to easily install Microsoft Help Viewer is through the search box:
4042
## Related content
4143

4244
- [Microsoft Help Viewer](../help-viewer/overview.md)
43-
- [Help viewer and offline content for SQL Server](/sql/sql-server/sql-server-help-installation)
45+
- [Help viewer and offline content for SQL Server](/sql/sql-server/sql-server-offline-documentation)
46+
75.2 KB
Loading
Loading
Loading

docs/help-viewer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'What is the offline Help Viewer?'
33
titleSuffix: ""
44
description: Install and view offline help documentation for various products and technologies such as Visual Studio and .NET with the Microsoft Help Viewer.
5-
ms.date: 11/02/2017
5+
ms.date: 9/12/2024
66
ms.topic: conceptual
77
f1_keywords:
88
- "hv_general"

docs/ide/how-to-create-and-edit-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Create and edit configurations'
33
description: Create and edit several build configurations for your solution in Visual Studio with the Configuration Manager, including Release, Debug, and Test.
4-
ms.date: 08/15/2023
4+
ms.date: 09/13/2024
55
ms.subservice: compile-build
66
ms.topic: how-to
77
helpviewer_keywords:

docs/ide/intellicode-suggestions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IntelliCode suggestions
3-
ms.date: 09/26/2023
3+
ms.date: 09/13/2024
44
ms.service: visual-studio-family
55
ms.subservice: intellicode
66
ms.topic: conceptual
@@ -40,8 +40,11 @@ When you accept a completions-list suggestion, if there are other locations you
4040

4141
![Screenshot showing IntelliCode suggestions discovery.](media/intellicode/intellicode-suggestions-discovery-and-toolwindow.png)
4242

43+
:::moniker range="<=vs-2019"
44+
4345
## Disable IntelliCode suggestions
4446

4547
Suggestions is turned on by default for Visual Studio version 16.7 and later.
4648

47-
If you wish to turn it off, choose **Tools** > **Options**, **IntelliCode General** tab, and then switch **C# suggestions** to **Disabled**:
49+
If you wish to turn it off, choose **Tools** > **Options**, **IntelliCode General** tab, and then switch **C# suggestions** to **Disabled**.
50+
:::moniker-end
Loading

docs/ide/user-permissions-and-visual-studio.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Run as administrator to install, debug, and more
33
description: Explore how to run Visual Studio as an administrator and the use cases for installation, debugging, profiling, and configuring specific settings.
4-
ms.date: 8/8/2023
4+
ms.date: 9/13/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- Visual Studio, user permissions
@@ -18,7 +18,7 @@ ms.subservice: general-ide
1818
For reasons of security, you should run Visual Studio as a typical user whenever possible.
1919

2020
> [!WARNING]
21-
> You should also make sure not to compile, launch, or debug any Visual Studio solution that does not come from a trusted person or a trusted location.
21+
> Be sure not to compile, launch, or debug any Visual Studio solution that does not come from a trusted person or a trusted location.
2222
2323
You can do nearly everything in the Visual Studio IDE as a typical user. You need administrator permissions to complete the following tasks:
2424

@@ -50,9 +50,11 @@ If you need to run Visual Studio as an administrator, here's how.
5050
- In **Windows 10**, open the **Start** menu, and then scroll to Visual Studio.
5151
- In **Windows 11**, select the Start button, and then in the **Search** box, type **Visual Studio**.
5252

53-
1. Next, right-click either **Visual Studio 2019** or **Visual Studio 2022**, and then select **More** > **Run as administrator**.
53+
1. Next, right-click either **Visual Studio 2019** or **Visual Studio 2022**, and then select **Run as administrator**.
5454

55-
When Visual Studio starts, **(Administrator)** appears after the product name in the title bar.
55+
When Visual Studio starts, **(Administrator)** appears after the product name in the title bar, and **ADMIN** appears near the top right of the Visual Studio window, in the same area where **PREVIEW** appears if you are using a preview build of Visual Studio. You can click on this button to view the **About** dialog.
56+
57+
![Screenshot showing ADMIN in top right corner of the Visual Studio window.](media/vs-2022/admin-in-upper-right-corner.png)
5658

5759
### Modify the shortcut
5860

docs/msbuild/msbuild-concepts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Specify build components & processes with MSBuild
33
description: Explore how to specify build components and processes by using MSBuild properties, items, tasks, and targets in Visual Studio.
4-
ms.date: 11/04/2016
4+
ms.date: 9/12/2024
55
ms.topic: overview
66
helpviewer_keywords:
77
- MSBuild, concepts
@@ -22,10 +22,9 @@ MSBuild provides a basic XML schema that you can use to control how the build pl
2222
| [MSBuild items](../msbuild/msbuild-items.md) | Introduces items and item collections. Items are inputs into the build system and typically represent files. |
2323
| [MSBuild targets](../msbuild/msbuild-targets.md) | Explains how to group tasks together in a particular order and enable sections of the build process to be called on the command line. |
2424
| [MSBuild tasks](../msbuild/msbuild-tasks.md) | Shows how to create a unit of executable code that can be used by MSBuild to perform atomic build operations. |
25+
| [How MSBuild builds projects](build-process-overview.md) | Describes the internal build process used within MSBuild |
2526
| [Comparing properties and items](../msbuild/comparing-properties-and-items.md) | Compares MSBuild properties and items. Both are used to pass information to tasks, evaluate conditions, and store values that can be referenced throughout the project file. |
26-
| [MSBuild special characters](../msbuild/msbuild-special-characters.md) | Explains how to escape some characters that MSBuild reserves for special use in specific contexts. |
2727
| [Walkthrough: Creating an MSBuild project file from scratch](../msbuild/walkthrough-creating-an-msbuild-project-file-from-scratch.md) | Shows how to create a basic project file incrementally, by using only a text editor. |
2828
| [Walkthrough: Using MSBuild](../msbuild/walkthrough-using-msbuild.md) | Introduces the building blocks of MSBuild and shows how to write, manipulate, and debug MSBuild projects without closing the Visual Studio integrated development environment (IDE). |
29-
| [How MSBuild builds projects](build-process-overview.md) | Describes the internal build process used within MSBuild |
3029
| [MSBuild reference](../msbuild/msbuild-reference.md) | Links to documents that contain reference information. |
3130
| [MSBuild](../msbuild/msbuild.md) | Presents an overview of the XML schema for a project file and shows how it controls processes that builds software. |

subscriptions/admin-preferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Set preferences in the Visual Studio subscriptions admin portal
3-
author: evanwindom
3+
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 03/19/2024
6+
ms.date: 09/13/2024
77
ms.topic: conceptual
88
description: Learn how to set preferences for language, contacts, subscription level, and others in the admin portal.
99
---

subscriptions/admin-responsibilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Admin responsibilities and roles in subscriptions
3-
author: evanwindom
3+
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 03/19/2024
6+
ms.date: 09/13/2024
77
ms.topic: conceptual
88
description: Review task responsibilities and roles for Visual Studio subscription admins, such as ensuring subscriptions are managed in accordance with license terms.
99
---

subscriptions/admin-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Use super admin and admin roles for subscriptions
3-
author: evanwindom
3+
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 03/19/2024
6+
ms.date: 09/13/2024
77
ms.topic: conceptual
88
description: Review the responsibilities and roles for super admins and admins of Visual Studio subscriptions and how to assign admins.
99
---

0 commit comments

Comments
 (0)