mattn / efm-langserver

General purpose Language Server
MIT License
1.36k stars 61 forks source link

langserver/handler: initialize diagnostics map with the current file #198

Closed fsouza closed 2 years ago

fsouza commented 2 years ago

The idea is that we still want to publish an empty list of diagnostics if the document being processed doesn't have any errors.

Fixes #197.

mattn commented 2 years ago

Thank you