Skip to content

Commit 7fee425

Browse files
Merge pull request #10571 from MicrosoftDocs/main638724135312176498sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0c6a5b2 + 1c3599c commit 7fee425

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docs/debugger/view-data-in-tabular-visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "View data with the Tabular visualizer "
33
description: View large collection objects with built-in tabular visualizers in the Visual Studio debugger and examine data by row and column for fields and properties.
4-
ms.date: "07/30/2024"
4+
ms.date: "01/13/2025"
55
ms.topic: "conceptual"
66
dev_langs:
77
- "CSharp"

docs/ide/how-to-save-and-open-files-with-encoding.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Save and open files with encoding
33
description: Learn how to save and open files with specific encoding in Visual Studio, and ensure files open correctly in subsequent use.
4-
ms.date: 08/15/2024
4+
ms.date: 01/13/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- Unicode, bidirectional language support
@@ -47,6 +47,14 @@ Follow these steps to save your file with encoding:
4747
> [!NOTE]
4848
> To save the project file with encoding, first unload the project. The **Save File As** option isn't enabled until you unload the project.
4949
50+
::: moniker range=">= vs-2022"
51+
## Set the default encoding
52+
53+
Starting in Visual Studio 2022 version 17.13 Preview 1, you can set the default encoding for saving files.
54+
55+
To set the default, choose **Tools** > **Options** > **Environment**, **Documents**. Next, select **Save files with the following encoding**, and then select the encoding you want as the default.
56+
::: moniker-end
57+
5058
## Open encoded file with project
5159

5260
To open an encoded file located within a project, follow these steps:

docs/profiling/cpu-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Diagnose high latency with CPU Insights
33
description: Use CPU Insights to diagnose and optimize your code's performance
4-
ms.date: 09/06/2024
4+
ms.date: 01/13/2025
55
ms.topic: how-to
66
author: mikejo5000
77
ms.author: mikejo

docs/version-control/git-manage-repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ Select the new commit to confirm that it undoes the changes of the reverted comm
142142

143143
:::image type="content" source="media/vs-2022/git-repository-revert-confirmation.png" alt-text="Screenshot of confirming a revert operation." lightbox="media/vs-2022/git-repository-revert-confirmation.png":::
144144

145+
The **Revert** menu item might be grayed out (disabled) in certain circumstances, such as for merge commits or when a Git operation is running.
146+
145147
To learn more about reverting changes, see the [Git webpage for the revert command](https://git-scm.com/docs/git-revert).
146148

147149
## Reset a branch to a previous state

0 commit comments

Comments
 (0)