Skip to content

Commit

Permalink
Mention the Collect Ruby LSP Information for Issue Reporting comman…
Browse files Browse the repository at this point in the history
…d in the issue template. (#2477)

Update bug_template_vscode.yml

Mention the `Collect Ruby LSP Information for Issue Reporting` command in the issue template.
  • Loading branch information
st0012 authored Aug 21, 2024
1 parent 8e3dbfc commit 252d8b1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_template_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,22 @@ body:
1. On the latest version of the Ruby LSP VS Code extension
2. On the latest version of the Ruby LSP server gem
3. On the latest version of VS Code
### When submitting
Please run the `Collect Ruby LSP Information for Issue Reporting` command through VS Code's command
palette and paste the result below.
- type: textarea
attributes:
label: Description
description: Reproduction steps
value: |
### Reproduction steps
### Ruby LSP Information
<!--
**IMPORTANT NOTE**
Please provide as much detail about your development setup as possible. Often issues with the Ruby LSP are
specific to a combination of operating system, Ruby version, Ruby version manager, the editor being used and
project setup. The easier it is to reproduce the problem, the quicker it will likely take to fix it.
-->
<!-- Please run `Collect Ruby LSP Information for Issue Reporting` from VS Code's command palette and paste the result here -->
### Reproduction steps
<!-- Suggested structure -->
1. Start the Ruby LSP using a certain editor
Expand Down

0 comments on commit 252d8b1

Please sign in to comment.