savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
157 stars 12 forks source link

Fix the LSP server to not crash on unknown messages. #293

Closed jemc closed 2 years ago

jemc commented 2 years ago

This commit is the result of shards update.

This update includes a workaround in the LSP library to ignore all unknown/invalid messages instead of raising an error.