Hristo Hristov
Hristo Hristov
 [Test.zip](https://github.com/microsoft/vscode-cpptools/files/9594128/Test.zip)
This is 100% reproducible on my machine with the described setup with the attached Test.zip. Some details: 1. x64 Ubuntu 22.04 2. LLVM installed from here: https://apt.llvm.org/ 3. Ubuntu's GCC...
> /usr/bin/clang++-15 -std=c++2b -E ./test.cpp > ./test.out.cpp I run this command: ` /usr/bin/clang++-15 -std=c++2b -E ./main.cpp > ./main.out.cpp` but I don't think that it is correct. Here is the output...
> Also, you could run a command line `/usr/bin/clang++-15 -std=c++2b -E ./test.cpp > ./test.out.cpp` to generate a preprocessed file and look for an IntelliSense error that may be the root...
> $ update-alternatives --config gcc There is only one alternative in link group gcc (providing /usr/bin/gcc): /usr/bin/gcc-12 Nothing to configure. > $ update-alternatives --config g++ There is only one alternative...
Clean reconfigure for *VSCode Clang Debug" CMake preset: > [main] Configuring folder: ClangTest [driver] Removing /home/hristo/Projects/ClangTest/.build/vscode-clang-debug/CMakeCache.txt [driver] Removing /home/hristo/Projects/ClangTest/.build/vscode-clang-debug/CMakeFiles [proc] Executing command: /snap/cmake/current/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/hristo/Projects/ClangTest/.build-out/vscode-clang-debug -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -S/home/hristo/Projects/ClangTest -B/home/hristo/Projects/ClangTest/.build/vscode-clang-debug -G...
It's the same in C++20 mode. The squiggles appear/disappear only after a rebuild (after switching a cmake configure preset):  [Test3.zip](https://github.com/microsoft/vscode-cpptools/files/9638165/Test3.zip)
I switched to 1.13.1. I can confirm that the reported issue is fix. Now I'm experiencing two more issues with the same "test". 1. Performance when CTRL+Click on std::view is...
This looks just like https://github.com/lldb-tools/lldb-mi/issues/101#issue-1281765897
Are there any colorization options for local, member, parameter variables?