Skip to content

Commit

Permalink
Edited command menu titles to make case consistent (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
markschaver authored Nov 23, 2024
1 parent 31cfeb3 commit bb6faee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,19 +301,19 @@
},
{
"command": "foam-vscode.update-graph",
"title": "Foam: Update graph"
"title": "Foam: Update Graph"
},
{
"command": "foam-vscode.set-log-level",
"title": "Foam: Set log level"
"title": "Foam: Set Log Level"
},
{
"command": "foam-vscode.show-graph",
"title": "Foam: Show graph"
"title": "Foam: Show Graph"
},
{
"command": "foam-vscode.update-wikilink-definitions",
"title": "Foam: Update wikilink definitions"
"title": "Foam: Update Wikilink Definitions"
},
{
"command": "foam-vscode.open-daily-note",
Expand Down Expand Up @@ -349,11 +349,11 @@
},
{
"command": "foam-vscode.convert-link-style-inplace",
"title": "Foam: convert link style in place"
"title": "Foam: Convert Link Style in Place"
},
{
"command": "foam-vscode.convert-link-style-incopy",
"title": "Foam: convert link format in copy"
"title": "Foam: Convert Link Format in Copy"
},
{
"command": "foam-vscode.views.orphans.group-by:folder",
Expand Down

0 comments on commit bb6faee

Please sign in to comment.