Skip to content

Commit

Permalink
Fix command capitalization consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 17, 2024
1 parent 32d8431 commit a5fb818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_template_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
### When submitting
Please run the `Collect Ruby LSP Information for Issue Reporting` command through VS Code's command
Please run the `Collect Ruby LSP information for issue reporting` command through VS Code's command
palette and paste the result below.
- type: textarea
Expand All @@ -31,7 +31,7 @@ body:
value: |
### Ruby LSP Information
<!-- Please run `Collect Ruby LSP Information for Issue Reporting` from VS Code's command palette and paste the result here -->
<!-- Please run `Collect Ruby LSP information for issue reporting` from VS Code's command palette and paste the result here -->
### Reproduction steps
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
{
"command": "rubyLsp.collectRubyLspInfo",
"title": "Collect Ruby LSP Information for Issue Reporting",
"title": "Collect Ruby LSP information for issue reporting",
"category": "Ruby LSP"
}
],
Expand Down

0 comments on commit a5fb818

Please sign in to comment.