[PATCH] D77225: [clangd] Support textDocument/semanticTokens/edits

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 5 23:25:40 PDT 2020


nridge added a comment.

> Tested in VSCode insiders (with a patched client to enable experimental features).

In case it's useful to others: the required change to the client to opt into this appears to be calling `registerProposedFeatures()` on the `LanguageClient` object.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77225/new/

https://reviews.llvm.org/D77225





More information about the cfe-commits mailing list