vscode-clangd
vscode-clangd copied to clipboard
clangd MSVC c++17,20 with highlight
I use cmake to manage project, and set CMAKE_CXX_STANDARD with 23. but STL header without highlight on c++17,20 code chunk. it seems like MSVC use _MSVC_LANG instead of __cplusplus, which is default 201402L