LSP: LSP-eslint exits unexpectedly in ST 4098 due to non-conforming stdout input

in .TSX file , Here is the startup console: image

LSP-eslint.sublime-settings: { "enabled": true, "settings": { "validate": [ "javascript", "javascriptreact", "vue", "typescript", "typescriptreact" ], "options": { "parserOptions": { "project": [ "./tsconfig.json" ], } }, } }

Need some help, Thx !

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Reactions: 1
  • Comments: 17 (13 by maintainers)

Commits related to this issue

Most upvoted comments

Wish I saw this issue before the rabbit hole 😅

Wish I would remember that I’ve investigated it before. 😃

Moved this to the LSP repo.

At the minimum, we should print the exception to make cases like this easier to diagnose in the future.

Possibly we can gracefully handle such cases and just print those non-recognized messages to the LSP log panel.