genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
49 stars 12 forks source link

Fixed segfault when a notification is received with an id #87

Closed JoostVanDerSluis closed 3 months ago

JoostVanDerSluis commented 3 months ago

When a notification is received with an id (like 'initialized') an error message should be returned, but instead the application crashed.

JoostVanDerSluis commented 3 months ago

Mixup of branches