Skip to content

Commit

Permalink
Remove ellipses in command palette labels (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann authored Oct 14, 2023
1 parent c3def7f commit b3c040d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"command": "lsp_format_document",
},
{
"caption": "LSP: Format File With",
"caption": "LSP: Format File With",
"command": "lsp_format_document",
"args": {"select": true}
},
Expand All @@ -75,38 +75,38 @@
"command": "lsp_restart_server",
},
{
"caption": "LSP: Goto Symbol",
"caption": "LSP: Goto Symbol",
"command": "lsp_document_symbols",
},
{
"caption": "LSP: Goto Symbol In Project",
"caption": "LSP: Goto Symbol in Project",
"command": "lsp_workspace_symbols"
},
{
"caption": "LSP: Goto Definition",
"caption": "LSP: Goto Definition",
"command": "lsp_symbol_definition"
},
{
"caption": "LSP: Goto Type Definition",
"caption": "LSP: Goto Type Definition",
"command": "lsp_symbol_type_definition"
},
{
"caption": "LSP: Goto Declaration",
"caption": "LSP: Goto Declaration",
"command": "lsp_symbol_declaration",
},
{
"caption": "LSP: Goto Implementation",
"caption": "LSP: Goto Implementation",
"command": "lsp_symbol_implementation",
},
{
"caption": "LSP: Goto Diagnostic",
"caption": "LSP: Goto Diagnostic",
"command": "lsp_goto_diagnostic",
"args": {
"uri": "$view_uri"
}
},
{
"caption": "LSP: Goto Diagnostic in Project",
"caption": "LSP: Goto Diagnostic in Project",
"command": "lsp_goto_diagnostic"
},
{
Expand All @@ -130,11 +130,11 @@
"command": "lsp_symbol_rename"
},
{
"caption": "LSP: Code Action",
"caption": "LSP: Code Action",
"command": "lsp_code_actions"
},
{
"caption": "LSP: Refactor",
"caption": "LSP: Refactor",
"command": "lsp_code_actions",
"args": {
"only_kinds": [
Expand All @@ -143,7 +143,7 @@
},
},
{
"caption": "LSP: Source Action",
"caption": "LSP: Source Action",
"command": "lsp_code_actions",
"args": {
"only_kinds": [
Expand Down

0 comments on commit b3c040d

Please sign in to comment.