Skip to content

Commit 8f1edd5

Browse files
authored
Update projectLoadingStart message in angular ls (#2338)
angular-language-service new sends these messages prefixed with just `angular` instead of `angular-language-service`
1 parent 1e09e5e commit 8f1edd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/lsp-angular.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
(lsp-workspace-root)
6565
(file-exists-p (f-join (lsp-workspace-root) "angular.json"))))
6666
:priority -1
67-
:notification-handlers (ht ("angular-language-service/projectLoadingStart" #'lsp-client--angular-start-loading)
68-
("angular-language-service/projectLoadingFinish" #'lsp-client--angular-finished-loading))
67+
:notification-handlers (ht ("angular/projectLoadingStart" #'lsp-client--angular-start-loading)
68+
("angular/projectLoadingFinish" #'lsp-client--angular-finished-loading))
6969
:add-on? t
7070
:server-id 'angular-ls))
7171

0 commit comments

Comments
 (0)