As per LSP specification, allCommitCharacters should be string[] instead of
string:
https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Differential D86604
[clangd] Use string[] for allCommitCharacters Authored by kbobyrev on Aug 26 2020, 2:21 AM.
Details
As per LSP specification, allCommitCharacters should be string[] instead of https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Diff Detail
|