Skip to content

Commit

Permalink
add to command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 2, 2023
1 parent 0bb859b commit aa69237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
"caption": "LSP: Show Type Hierarchy",
"command": "lsp_type_hierarchy"
},
{
"caption": "LSP: Toggle Code Lenses",
"command": "lsp_toggle_code_lenses",
},
{
"caption": "LSP: Toggle Inlay Hints",
"command": "lsp_toggle_inlay_hints",
Expand Down

0 comments on commit aa69237

Please sign in to comment.