Skip to content

Commit

Permalink
Update display name and description to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 4, 2023
1 parent 25864cf commit f0d0490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruby-extensions-pack",
"displayName": "Ruby",
"displayName": "Ruby extension pack",
"description": "An opinionated and auto-configured set of extensions for Ruby development",
"license": "MIT",
"publisher": "Shopify",
Expand Down Expand Up @@ -30,11 +30,11 @@
"commands": [
{
"command": "rubyExtensionsPack.forceApplyDefaults",
"title": "Ruby extensions pack: Force apply defaults"
"title": "Ruby extension pack: Force apply defaults"
},
{
"command": "rubyExtensionsPack.clearState",
"title": "Ruby extensions pack: Clear cache and recommended settings"
"title": "Ruby extension pack: Clear cache and recommended settings"
}
],
"themes": [
Expand Down

0 comments on commit f0d0490

Please sign in to comment.