Skip to content

Commit

Permalink
Fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub-benali committed Dec 5, 2021
1 parent bb46ed3 commit 0b739a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-metals.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "caption": "LSP-metals: Compile Cancel", "command": "lsp_metals_execute", "args":{"command_name": "compile-cancel"}},
{ "caption": "LSP-metals: Doctor Run", "command": "lsp_metals_execute", "args":{"command_name": "doctor-run"}},
{ "caption": "LSP-metals: Reset Choice", "command": "lsp_metals_execute", "args":{"command_name": "reset-choice"}},
{ "caption": "LSP-metals: Show Decoded TASTy", "command": "lsp_file_decoder", "args":{"decoding_type": "tasty-decoded"}},
{ "caption": "LSP-metals: Show Decoded TASTy", "command": "lsp_metals_file_decoder", "args":{"decoding_type": "tasty-decoded"}},
{ "caption": "LSP-metals: Show decompiled with javap", "command": "lsp_metals_file_decoder", "args":{"decoding_type": "javap"}},
{ "caption": "LSP-metals: Show decompiled with javap verbose", "command": "lsp_metals_file_decoder", "args":{"decoding_type": "javap-verbose"}},
{ "caption": "LSP-metals: Show semanticdb", "command": "lsp_metals_file_decoder", "args":{"decoding_type": "semanticdb-compact"}},
Expand Down

0 comments on commit 0b739a1

Please sign in to comment.