Disable ts-ls for TypeScript TSX mode

This commit is contained in:
Foster Hangdaan 2024-03-05 18:24:39 -05:00
parent ba05b57ced
commit 4f7de8fdc0
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -3,4 +3,5 @@
(nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog"))) (nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog")))
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server. ;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
(typescript-mode . ((lsp-disabled-clients . (ts-ls)))) (typescript-mode . ((lsp-disabled-clients . (ts-ls))))
(typescript-tsx-mode . ((lsp-disabled-clients . (ts-ls))))
) )