Skip to content

Commit

Permalink
Scanned through all the commands in lsp code_actions and these two we…
Browse files Browse the repository at this point in the history
…re the only ones missing, added and tested.
  • Loading branch information
RobWood8426 committed Nov 21, 2024
1 parent 6696d52 commit fdee840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lsp/commands/lsp-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export function registerLspCommands(clients: defs.LspClientStore) {
{ command: 'move-coll-entry-up', category: 'clojureLsp.refactor' },
{ command: 'move-form', category: 'clojureLsp.refactor' },
{ command: 'promote-fn', category: 'clojureLsp.refactor' },
{ command: 'replace-refer-all-with-alias', category: 'clojureLsp.refactor' },
{ command: 'replace-refer-all-with-refer', category: 'clojureLsp.refactor' },
{ command: 'resolve-macro-as', category: 'clojureLsp.refactor' },
{ command: 'restructure-keys', category: 'clojureLsp.refactor' },
{ command: 'sort-clauses', category: 'clojureLsp.refactor' },
Expand Down

0 comments on commit fdee840

Please sign in to comment.