Skip to content

Commit

Permalink
Merge pull request #2669 from RobWood8426/fix-missing-lsp-commands
Browse files Browse the repository at this point in the history
Fix missing lsp commands
  • Loading branch information
PEZ authored Dec 3, 2024
2 parents 83b6bea + 98ac325 commit 690d133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Changes to Calva.

## [Unreleased]
- Fix: [Added 'replace-refer-all-with-alias' & 'replace-refer-all-with-refer' actions to calva.](https://github.com/BetterThanTomorrow/calva/issues/2667)

## [2.0.481] - 2024-10-29

Expand Down
2 changes: 2 additions & 0 deletions src/lsp/commands/lsp-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ const clojureLspCommands: ClojureLspCommand[] = [
{ command: 'move-coll-entry-down', category: 'clojureLsp.refactor' },
{ command: 'move-coll-entry-up', category: 'clojureLsp.refactor' },
{ command: 'move-form', 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 690d133

Please sign in to comment.