Skip to content

Commit 7f53b13

Browse files
authored
Request diagnostic bundle in bug template (#1930)
1 parent 856b0b6 commit 7f53b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ A clear and concise description of what you expected to happen.
2626
- Visual Studio Code version:
2727
- vscode-swift version:
2828

29+
**Diagnostics Bundle**
30+
The diagnostics bundle can help determine the root cause of bugs much quicker. To share this information execute the `>Swift: Capture Diagnostics Bundle` command and attach the archive to the bug report.
31+
32+
*Select the "Minimal" bundle to only share the Swift extension's log and your configured `swift.` settings. Select the "Full" bundle if you're comfortable sharing the SourceKit-LSP diagnostic bundle and LLDB-DAP logs, which may contain source code*
33+
2934
**Additional context**
3035
Add any other context about the problem here.

0 commit comments

Comments
 (0)