From 56c6da67a32c89d72ab212d927255e5fda6fe5ad Mon Sep 17 00:00:00 2001 From: Jonathan Sundqvist Date: Tue, 22 Aug 2023 21:20:00 +0200 Subject: [PATCH] Update bug template to refer to extension logs --- .github/ISSUE_TEMPLATE/report-a-problem.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-problem.md b/.github/ISSUE_TEMPLATE/report-a-problem.md index 8eb6d636..a7309555 100644 --- a/.github/ISSUE_TEMPLATE/report-a-problem.md +++ b/.github/ISSUE_TEMPLATE/report-a-problem.md @@ -14,4 +14,6 @@ Please share relevant sample content. Or better yet, provide a link to a [minima We'll also need your system information (get it under "Help" -> "About" in VS Code). Share the installed extension version (Ctrl + Shift + X or Cmd + Shift + X on macOS). -Provide steps to reproduce the issue and, if applicable, add screenshots to make it easier to understand. +Provide steps to reproduce the issue and, if applicable, add screenshots to make it easier to understand. There is also extension logs where errors show up. Go to the Command Palette and select the option 'Developer: Open Extension Logs Folder'. + +Look among the logs there for errors.