emacs/var/elfeed/db/data/bf/bf6d88af7bd6e54250d9253eb73100b1654e072e
2022-01-03 12:49:32 -06:00

1 line
1.1 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I&#39;ve been using lsp-mode for a while now with <code>eslint</code> for my Node work stuff, and aside from screwing up some paths when initially installing it, everything worked just fine. But now we&#39;re starting to transition to Typescript.</p> <p>I installed the <code>ts-ls</code> server without issue, and it runs just fine on <code>*.ts</code> files, but it&#39;s also running for <code>*.js</code> files. Even stranger is that eslint is running at the same time! Now that both of them are running at the same time for a single file, syntax highlighting doesn&#39;t work (although I get warnings and errors underlined as I expect). How do I configure this so that I don&#39;t have both running?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/doomchild"> /u/doomchild </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rbzxd5/a_question_involving_lsp_and_multiple_servers/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rbzxd5/a_question_involving_lsp_and_multiple_servers/">[comments]</a></span>