Skip to content

Crashes extension host if processing happens on syntax errors #25

Description

@apollolux

Having a full document as a Node REPL is super neat, but if I finish typing a thing and the automatic parser kicks in while I'm trying to navigate somewhere else in the code and there is a syntax error (usually from the place I just finished typing) it crashes the extension host entirely. It should instead either wait longer to activate the auto-parser (preferably in a user-configurable setting), allow manual trigger of the parsing in addition to or instead of automatic, spit out error messages/highlight the bad code like other language servers do instead of continuing the parsing, or some combo of these.

VSCode 1.41.1 (as VSCodium)
Windows 10 Home 18362

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions