From 2d1be1b330274681fbe3a89b29c3b133f203c158 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 9 Aug 2023 16:48:16 -0700 Subject: [PATCH] Fix azure accounts log path in label action (#24111) --- .github/respond-to-issue-based-on-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/respond-to-issue-based-on-label.yml b/.github/respond-to-issue-based-on-label.yml index bb34f04246..1f2df82ba7 100644 --- a/.github/respond-to-issue-based-on-label.yml +++ b/.github/respond-to-issue-based-on-label.yml @@ -30,7 +30,7 @@ Needs Logs - Azure: - Run the process that produces your error - Open command palette (Click **View** -> **Command Palette**) - Run the command: **`Developer: Open Logs Folder`** - - Follow this path to find the Azure Accounts log file: `[default log folder]/exthost1/output_logging_[earliest timestamp]/#-Azure Acounts.log` + - Follow this path to find the Azure Accounts log file: `[default log folder]/window1/exthost/output_logging_[earliest timestamp]/#-Azure Accounts.log` - Please attach the Azure-Accounts.log file to the issue. # actions for Out of Scope label