You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,10 @@ A clear and concise description of what you expected to happen.
26
26
- Visual Studio Code version:
27
27
- vscode-swift version:
28
28
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*
0 commit comments