svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
177 stars 29 forks source link

ignore unknown notifications #26

Closed nolanderc closed 1 year ago

nolanderc commented 1 year ago

The LSP spec allows implementations to ignore notifications if they want. This way glslls doesn't start emitting errors when new notifications are added in the future.