From a5fb81820525296dcabf3e8200aa50fab50ecea6 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:26:01 -0500 Subject: [PATCH] Fix command capitalization consistency --- .github/ISSUE_TEMPLATE/bug_template_vscode.yml | 4 ++-- vscode/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template_vscode.yml b/.github/ISSUE_TEMPLATE/bug_template_vscode.yml index 171e1dcc7..a58430c12 100644 --- a/.github/ISSUE_TEMPLATE/bug_template_vscode.yml +++ b/.github/ISSUE_TEMPLATE/bug_template_vscode.yml @@ -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 @@ -31,7 +31,7 @@ body: value: | ### Ruby LSP Information - + ### Reproduction steps diff --git a/vscode/package.json b/vscode/package.json index e7ac8b339..ebeb9a68d 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -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" } ],