We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72054a commit 587c042Copy full SHA for 587c042
clients/lsp-angular.el
@@ -60,7 +60,7 @@
60
(make-lsp-client :new-connection (lsp-stdio-connection
61
(lambda () lsp-clients-angular-language-server-command))
62
:activation-fn (lambda (&rest _args)
63
- (and (string-match-p "\\.html\\'" (buffer-file-name))
+ (and (string-match-p "\\(\\.html\\|\\.ts\\)\\'" (buffer-file-name))
64
(lsp-workspace-root)
65
(file-exists-p (f-join (lsp-workspace-root) "angular.json"))))
66
:priority -1
0 commit comments