LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.4k stars 1.17k forks source link

tsserver error on jsx file containing 'Content-Type': 'application/json' #136

Closed JannatinNaim closed 2 years ago

JannatinNaim commented 2 years ago

IDK why but tsserver will go crazy whenever a js file has 'Content-Type': 'application/json' in it.

image

Everything else works just fine. It's just this one line that seems to throw it off.

JannatinNaim commented 2 years ago

I've just noticed that this happens only in a JSX file and not on JS files.

JannatinNaim commented 2 years ago

TURNS OUT IS WAS JUST GRAMMARLY BEING AN ASSHOLE.