[PATCH] D90452: [clangd] Respect codeAction.isPreferredSupport in client capabilities
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 30 05:27:54 PDT 2020
sammccall added a comment.
Hang on - why do we need to do this?
In general we don't do client feature detection for every piece of functionality we have, only when it causes us to behave incompatibly.
And again in general we assume that setting extra properties on JSON objects is compatible. (e.g. `score` extensions on code completion).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90452/new/
https://reviews.llvm.org/D90452
More information about the cfe-commits
mailing list