cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Type of SemanticSymbol.parentKind does not match type used by server #24

Closed HighCommander4 closed 6 years ago

HighCommander4 commented 6 years ago

In https://github.com/cquery-project/cquery/commit/c312465955efc40bdac53e3f4045b247006cadf8, the type of the parentKind field for semantic highlighting symbols was changed on the server side from SymbolKind to lsSymbolKind.

We need a corresponding change on the client side.