As per LSP specification, allCommitCharacters should be string[] instead of
string:
https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Paths
| Differential D86604
[clangd] Use string[] for allCommitCharacters ClosedPublic Authored by kbobyrev on Aug 26 2020, 2:21 AM.
Details
Summary As per LSP specification, allCommitCharacters should be string[] instead of https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 26 2020, 4:18 AM Closed by commit rG9d11e6789c47: [clangd] Use string[] for allCommitCharacters (authored by kbobyrev). · Explain WhyAug 26 2020, 8:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 287979 clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/test/initialize-params.test
|