clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
594 stars 97 forks source link

clangd does not respect turning the off semantichighlighting #539

Closed Notiee closed 9 months ago

Notiee commented 9 months ago

Please describe the problem. Setting "editor.semanticHighlighting.enabled" to FALSE does not turn off clangd semantic tokens, which is annoying as my theme is not designed around it and so the colors become inconsistent.

System information Clangd version (from the log, or clangd --version): 16.0.2 (https://github.com/llvm/llvm-project 18ddebe1a1a9bde349441631365f0472e9693520) clangd extension version: 0.1.24 Operating system: Windows 11

Notiee commented 9 months ago

Nvm seems that i had the micosoft C/C++ extension installed and enabled, i tried turning the semantic highlighting off from the C/C++ extension through C_Cpp.enhancedColorization but to no avail, I guess causes conflict with the clangd highlighting so i just disabled the whole extension, resolved :)