Skip to content

Commit c9c4cee

Browse files
authored
Merge pull request #7430 from MicrosoftDocs/main637752099308879801
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 28474d5 + 127af41 commit c9c4cee

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

docs/ide/reference/application-page-project-designer-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ For information about creating an icon, see [Image editor for icons](/cpp/window
116116

117117
**Manifest**
118118

119-
Selects a manifest generation option when the application runs on Windows Vista under User Account Control (UAC). This option can have the following values:
119+
Selects a manifest generation option when the application runs on Windows under User Account Control (UAC). This option can have the following values:
120120

121-
- **Embed manifest with default settings**. Supports the typical manner in which Visual Studio operates on Windows Vista, which is to embed security information in the application's executable file, specifying that `requestedExecutionLevel` be `AsInvoker`. This is the default option.
121+
- **Embed manifest with default settings**. Supports the typical manner in which Visual Studio operates on Windows, which is to embed security information in the application's executable file, specifying that `requestedExecutionLevel` be `AsInvoker`. This is the default option.
122122

123123
- **Create application without a manifest**. This method is known as *virtualization*. Use this option for compatibility with earlier applications.
124124

docs/ide/reference/find-and-replace-environment-options-dialog-box.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Find and Replace, Environment, Options Dialog Box
33
description: Learn how to use the Find and Replace page in the Environment section to control message boxes and other aspects of a find and replace operation.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 12/15/2021
66
ms.topic: reference
77
f1_keywords:
88
- VS.ToolsOptionsPages.Environment.FindReplace
@@ -50,6 +50,24 @@ When you have cleared the **Always show this message** option on some, but not a
5050

5151
Select this option to paste the text on either side of the current editor's insertion point into the **Find what** field when you select any view of the **Find and Replace** window from the **Edit** menu. Clear this option to use the last search pattern from the previous search as the **Find what** string.
5252

53+
**Automatically limit search to selection**
54+
55+
Select this option when you want to set the search scope to just code that you've selected.
56+
57+
If you don't want to search only the code that you've selected, clear this option.
58+
59+
**Use the editor background in the Find All References tool window**
60+
61+
Select this option when you want the Find All References tool window to use the same foreground and background colors as the editor.
62+
63+
::: moniker range=">=vs-2019"
64+
65+
**Keep search results by default**
66+
67+
Select this option when you prefer to keep all your search results by default rather than selecting the **Keep Results** button after each search. For more information about this functionality, see the [Keep results](../find-in-files.md#keep-results) page.
68+
69+
::: moniker-end
70+
5371
## See also
5472

5573
- [Finding and Replacing Text](../../ide/finding-and-replacing-text.md)

docs/javascript/javascript-in-vs-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The TypeScript SDK has been deprecated in Visual Studio 2022. Existing projects
4646

4747
Starting in Visual Studio 2022, there is a new JavaScript/TypeScript project type (.esproj) that allows you to create standalone Angular, React, and Vue projects in Visual Studio. These front-end projects are created using the framework CLI tools you have installed on your local machine, so the version of the template is up to you.
4848

49-
Within these new projects, you can run JavaScript and TypeScript unit tests, easily add and connect ASP.NET Core API projects and download your npm modules using the npm manager. Check out some of the quickstarts and tutorials to get started. If you want more information, you can read about them in this [blog post](https://devblogs.microsoft.com/visualstudio/the-new-javascript-typescript-experience-in-vs-2022-preview-3/).
49+
Within these new projects, you can run JavaScript and TypeScript unit tests, easily add and connect ASP.NET Core API projects and download your npm modules using the npm manager. Check out some of the quickstarts and tutorials to get started. For more information, see [Visual Studio tutorials | JavaScript and TypeScript](/visualstudio/javascript).

0 commit comments

Comments
 (0)