diagnostic-languageserver
diagnostic-languageserver copied to clipboard
How do I see the data that a linter is receiving?
I'm trying to setup a new project and I'm getting this when using @typescript-esline/parser:
"[typescriptreact] diagnostic handle fail: [eslint] Unexpected token E in JSON at position 0"
How do I see the content that eslint is seeing? I can't figure out what "E" is.
Thanks!
You can checkout the LSP output channel. How to open the output channel is relative to the LSP client you are using.