jmanuel1 / concat

A poorly named Python-based concatenative programming language.
Other
5 stars 0 forks source link

[LSP] Clear diagnostics from buffer when grammar changes away from Concat #19

Open jmanuel1 opened 1 year ago

jmanuel1 commented 1 year ago

Not fixing this yet because this may be more of an issue with atom-languageclient than the server.

Also, maybe implementing pull diagnostics will help with this. Or we could react to didChangeWatchedFiles?