Add .dir-locals.el
This commit is contained in:
parent
fe8f19a891
commit
51fc046abb
1 changed files with 2 additions and 0 deletions
2
.dir-locals.el
Normal file
2
.dir-locals.el
Normal file
|
@ -0,0 +1,2 @@
|
|||
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
|
||||
((typescript-mode . ((lsp-disabled-clients . (ts-ls)))))
|
Loading…
Reference in a new issue