Skip to content

Commit 5e8b160

Browse files
authored
fix typo in filename
1 parent 0a3a51f commit 5e8b160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/troubleshooting-template-discovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot template discovery in Visual Studio
33
description: Learn how to enable diagnostic logging to troubleshoot deploying custom projects and templates in the Visual Studio SDK.
4-
ms.date: 01/02/2018
4+
ms.date: 7/10/2025
55
ms.topic: how-to
66
author: tinaschrepfer
77
ms.author: tinali
@@ -25,7 +25,7 @@ If you run into problems deploying your project or item templates, you can enabl
2525
2626
4. Open Visual Studio and launch the **Create a new project** and **New Item** dialog boxes to initialize both template trees.
2727
28-
The template log now appears in **%LOCALAPPDATA%\Microsoft\VisualStudio\16.0_[instanceid]\VsTemplateDiagnosticsList.csv** (instanceid corresponds to the installation ID of your instance of Visual Studio). Each template tree initialization appends entries to this log.
28+
The template log now appears in **%LOCALAPPDATA%\Microsoft\VisualStudio\16.0_[instanceid]\VsTemplateDiagnosticList.csv** (instanceid corresponds to the installation ID of your instance of Visual Studio). Each template tree initialization appends entries to this log.
2929
3030
The log file contains the following columns:
3131

0 commit comments

Comments
 (0)