Skip to content

Commit 252d8b1

Browse files
authored
Mention the Collect Ruby LSP Information for Issue Reporting command in the issue template. (#2477)
Update bug_template_vscode.yml Mention the `Collect Ruby LSP Information for Issue Reporting` command in the issue template.
1 parent 8e3dbfc commit 252d8b1

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE/bug_template_vscode.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,22 @@ body:
1818
1. On the latest version of the Ruby LSP VS Code extension
1919
2. On the latest version of the Ruby LSP server gem
2020
3. On the latest version of VS Code
21+
22+
### When submitting
23+
24+
Please run the `Collect Ruby LSP Information for Issue Reporting` command through VS Code's command
25+
palette and paste the result below.
26+
2127
- type: textarea
2228
attributes:
2329
label: Description
2430
description: Reproduction steps
2531
value: |
26-
### Reproduction steps
32+
### Ruby LSP Information
2733
28-
<!--
29-
**IMPORTANT NOTE**
30-
Please provide as much detail about your development setup as possible. Often issues with the Ruby LSP are
31-
specific to a combination of operating system, Ruby version, Ruby version manager, the editor being used and
32-
project setup. The easier it is to reproduce the problem, the quicker it will likely take to fix it.
33-
-->
34+
<!-- Please run `Collect Ruby LSP Information for Issue Reporting` from VS Code's command palette and paste the result here -->
35+
36+
### Reproduction steps
3437
3538
<!-- Suggested structure -->
3639
1. Start the Ruby LSP using a certain editor

0 commit comments

Comments
 (0)