Closed razcore-rad closed 1 year ago
Some text editors like Helix are more strict with the json response data types. This commit updates these values:
completion_provider
signature_help_provider
document_on_type_formatting_provider
execute_command_provider
Based on: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelpOptions
fixes #35
Thanks for fixing this!
Some text editors like Helix are more strict with the json response data types. This commit updates these values:
completion_provider
,signature_help_provider
document_on_type_formatting_provider
execute_command_provider
Based on: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#signatureHelpOptions
fixes #35