Skip to content

Commit 0b772fa

Browse files
Merge pull request #13500 from Mikejo5000/mikejo-br25
Add content for changing the default file encoding
2 parents 376c24e + 226cafa commit 0b772fa

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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

0 commit comments

Comments
 (0)