[clangd] Added the vscode SemanticHighlighting feature code but did not enable it...
authorJohan Vikstrom <jvikstrom@google.com>
Mon, 12 Aug 2019 13:33:43 +0000 (13:33 +0000)
committerJohan Vikstrom <jvikstrom@google.com>
Mon, 12 Aug 2019 13:33:43 +0000 (13:33 +0000)
commit020eea0c16a2cd0a09704640a83a710c8e92c502
tree0ef1ab7425dfed523d87489bb646459f24154c6e
parent50286542143a7aa68ff51c06243cd244fa392f37
[clangd] Added the vscode SemanticHighlighting feature code but did not enable it in the client.

Summary: Added the code for the StaticFeature that must be registered to the client. Also decoding the notification data into objects. Did not register it to the client yet.

Reviewers: hokein, ilya-biryukov

Subscribers: MaskRay, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D65998

llvm-svn: 368568
clang-tools-extra/clangd/clients/clangd-vscode/package.json
clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts