Disable ts-ls for TypeScript TSX mode
This commit is contained in:
parent
ba05b57ced
commit
4f7de8fdc0
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue