Skip to content

Commit

Permalink
remove duplication from command names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Sep 19, 2022
1 parent 340d20a commit d4bc10b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,27 +443,27 @@
{
"category": "Elixir",
"command": "extension.copyDebugInfo",
"title": "ElixirLS: Copy Debug Info"
"title": "Copy ElixirLS Debug Info"
},
{
"category": "Elixir",
"command": "extension.expandMacro",
"title": "ElixirLS: Expand macro"
"title": "Expand macro"
},
{
"category": "Elixir",
"command": "extension.restart",
"title": "ElixirLS: Restart language server"
"title": "Restart language server"
},
{
"category": "Elixir",
"command": "extension.toPipe",
"title": "ElixirLS: Convert function call to pipe operator"
"title": "Transform function call to pipe operator"
},
{
"category": "Elixir",
"command": "extension.fromPipe",
"title": "ElixirLS: Convert from pipe operator to function call"
"title": "Transform pipe operator to function call"
}
],
"menus": {
Expand Down

0 comments on commit d4bc10b

Please sign in to comment.