forked from BetterThanTomorrow/calva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure clojure-lsp commands are still registered
This resolves a regression from BetterThanTomorrow#2020 which prevents certain vscode operations such as organise-imports and add-missing-import from functioning correctly. This was a result of disabling the automatic command registrations being performed by the lsp client. Originally it was assumed that these commands were unused, however they are used internally by vscode to handle their native organise-imports and related operations. This is now fixed by manually registering the missing commands with the added functionality of multi-client support. Addresses BetterThanTomorrow#2041 Fixes BetterThanTomorrow#2040
- Loading branch information
1 parent
5827fb7
commit ada725e
Showing
1 changed file
with
96 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters