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.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ body:
18
18
id: editor
19
19
attributes:
20
20
label: Editor
21
-
description: Which text editor are you using?
22
-
placeholder: Eg. Visual Studio Code with Swift plugin 1.9.0, neovim
21
+
description: Which text editor are you using (and LSP extension/plugin if applicable)?
22
+
placeholder: Eg. Visual Studio Code with Swift extension 1.9.0, Neovim
23
23
- type: dropdown
24
24
id: reproduces-with-swift-6
25
25
attributes:
@@ -50,4 +50,4 @@ body:
50
50
label: Logging
51
51
description: |
52
52
If you are using SourceKit-LSP from Swift 6, running `sourcekit-lsp diagnose` in terminal and attaching the generated bundle helps us diagnose the issue.
53
-
The generated bundle might contain portions of your source code, so please only attach it if you feel comfortable sharing it.
53
+
The generated bundle may contain paths to files on disk as well as portions of your source code. This greatly helps in reproducing issues, but you should only attach it if you feel comfortable doing so.
0 commit comments