Skip to content

Commit 88ba84e

Browse files
authored
Merge pull request #6928 from MicrosoftDocs/master637636934347285449
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7f62930 + 7c6e9a8 commit 88ba84e

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

docs/ide/not-in-toc/default.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: F1 help no-match fallback
33
description: "Oops! No F1 match found."
44
ms.prod: visual-studio
55
ms.technology:
6-
ms.date: 07/20/2021
6+
ms.date: 08/06/2021
77
ms.topic: error-reference
88
ms.custom: contperf-fy21q4
99
recommendations: false
@@ -30,14 +30,12 @@ ms.author: mikejo
3030
---
3131
# Oops! No `F1` help match was found
3232

33-
:::image type="content" source="../media/search-error-page-sm.png" alt-text="Sorry we couldn't find a match" border="false":::
34-
3533
## Now what?
3634

3735
We're sorry! It looks like we couldn't find what you were looking for.
3836

3937
**Looking for `F1` help on a window, a keyword, or an API name?**
40-
- Try your favorite search engine **[Recommended]**
38+
- **Try your favorite search engine [Recommended]**
4139
- Use the [docs.microsoft.com](/) toolbar to search
4240
- Search the [.NET API browser](/dotnet/api/) or read our [text code editor overview](../../ide/writing-code-in-the-code-and-text-editor.md)
4341
- Browse the Knowledge Base for [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/)
@@ -52,3 +50,5 @@ We'd love to get your feedback on how to provide the help you need.
5250

5351
> [!div class="nextstepaction"]
5452
> [Share your feedback (5 minute survey)](https://www.surveymonkey.com/r/F1_Help_Visual_Studio)
53+
54+
:::image type="content" source="../media/search-error-page-sm.png" alt-text="Sorry we couldn't find a match" border="false":::

docs/profiling/beginners-guide-to-performance-profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Measure CPU usage in your apps"
33
description: "Analyze CPU performance issues in your application using the debugger-integrated diagnostics tools."
44
ms.custom: "seodec18"
5-
ms.date: 04/03/2019
5+
ms.date: 04/03/2021
66
ms.topic: tutorial
77
f1_keywords:
88
- "vs.performance.wizard.intropage"
@@ -25,7 +25,7 @@ Find performance issues while you're debugging with the debugger-integrated **CP
2525
When the debugger pauses, the **CPU Usage** tool in the Diagnostic Tools window collects information about the functions that are executing in your application. The tool lists the functions that were performing work, and provides a timeline graph you can use to focus on specific segments of the sampling session.
2626

2727
> [!Important]
28-
> The debugger-integrated Diagnostics Tools are supported for .NET development in Visual Studio, including ASP.NET, ASP.NET Core, and for native/C++ development. Windows 8 and later is required to run profiling tools with the debugger (**Diagnostic Tools** window).
28+
> The debugger-integrated Diagnostics Tools are supported for .NET development in Visual Studio, including ASP.NET, ASP.NET Core, and for native/C++ development. The corresponding Visual Studio [workload](../install/modify-visual-studio.md) is required. Windows 8 and later is required to run profiling tools with the debugger (**Diagnostic Tools** window).
2929
3030
In this tutorial, you will:
3131

docs/toc.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,21 +1434,13 @@
14341434
- name: "What's new in Docs"
14351435
href: ide/whats-new-visual-studio-docs.md
14361436
- name: Release notes
1437-
items:
1438-
- name: Release rhythm
1439-
href: /visualstudio/productinfo/release-rhythm/
1440-
- name: Visual Studio 2022 notes
1441-
href: /visualstudio/releases/2022/release-notes-preview/
1442-
- name: Visual Studio 2019 notes
1443-
href: /visualstudio/releases/2019/release-notes/
1444-
- name: Visual Studio 2017 notes
1445-
href: /visualstudio/releasenotes/vs2017-relnotes/
1446-
- name: Visual Studio 2015 docs
1447-
href: vs-2015-archive.md
1448-
- name: License terms
1449-
href: https://visualstudio.microsoft.com/license-terms/
1450-
- name: Support lifecycle and servicing
1451-
href: /visualstudio/productinfo/vs-servicing-vs/
1437+
href: /visualstudio/releases/
1438+
- name: Release rhythm
1439+
href: /visualstudio/productinfo/release-rhythm/
1440+
- name: License terms
1441+
href: https://visualstudio.microsoft.com/license-terms/
1442+
- name: Support lifecycle and servicing
1443+
href: /visualstudio/productinfo/vs-servicing-vs/
14521444
- name: Customer Experience Improvement
14531445
items:
14541446
- name: About the program

0 commit comments

Comments
 (0)