svenstaro / glsl-language-server

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

Fix json reponse data types #36

Closed razcore-rad closed 1 year ago

razcore-rad commented 1 year ago

Some text editors like Helix are more strict with the json response data types. This commit updates these values:

Based on: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelpOptions

fixes #35

nolanderc commented 1 year ago

Thanks for fixing this!