Skip to content

Commit

Permalink
Merge pull request #10362 from Rageking8/fix-malformed-anchor-in-headers
Browse files Browse the repository at this point in the history
Fix malformed anchor in headers
  • Loading branch information
ghogen authored Aug 21, 2024
2 parents 156b653 + 72fc525 commit a57b632
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ide/optimize-visual-studio-startup-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If Visual Studio detects slow startup, a pop-up message appears, alerting you to

The dialog box lists the extensions and tools windows that are affecting startup performance. You can change extension and tool window settings to improve startup performance.

## <a name="extensions" />To change extension settings to improve startup, solution load, and typing performance
## <a name="extensions"></a> To change extension settings to improve startup, solution load, and typing performance

1. Open the **Performance Manager** dialog box by choosing **Help** > **Visual Studio Performance Manager** from the menu bar.

Expand All @@ -38,7 +38,7 @@ The dialog box lists the extensions and tools windows that are affecting startup

You can always re-enable the extension for future sessions by using the **Extension Manager** or the **Visual Studio Performance Manager** dialog box.

## <a name="tool-windows" />To change tool window settings to improve startup time
## <a name="tool-windows"></a> To change tool window settings to improve startup time

1. Open the **Performance Manager** dialog box by choosing **Help** > **Visual Studio Performance Manager** from the menu bar.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ If *vcvarsall.bat* runs successfully—that is, no error message is displayed—

- %windir%\Microsoft.NET\Framework64\v4.0.30319

## <a name="install-msbuild-to-gac" /> Install MSBuild assemblies to the Global Assembly Cache (GAC) on the build computer
## <a name="install-msbuild-to-gac"></a> Install MSBuild assemblies to the Global Assembly Cache (GAC) on the build computer

MSBuild requires some additional assemblies to be installed to the GAC on the build computer.

Expand Down
2 changes: 1 addition & 1 deletion docs/modeling/analyze-and-model-your-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Use domain-specific language to:
Learn more:
- [Modeling SDK for Visual Studio - Domain-Specific Languages](../modeling/modeling-sdk-for-visual-studio-domain-specific-languages.md)

## <a name="VersionSupport" />Edition support for architecture and modeling tools
## <a name="VersionSupport"></a> Edition support for architecture and modeling tools

Visual Studio is available in several editions. Not all of these provide support for the architecture and modeling tools. The following table shows the availability of each tool.

Expand Down

0 comments on commit a57b632

Please sign in to comment.