1 line
1.1 KiB
Plaintext
1 line
1.1 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>I'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'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'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't work (although I get warnings and errors underlined as I expect). How do I configure this so that I don't have both running?</p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/emacs/comments/rbzxd5/a_question_involving_lsp_and_multiple_servers/">[comments]</a></span> |