intractabilis
intractabilis
I don't see any changes   
Maybe you had C++14 turned on? The bug is triggered only for C++ > 14.
[addressof-bug.tar.gz](https://github.com/microsoft/vscode-cpptools/files/9690812/addressof-bug.tar.gz) Here are the files to reproduce.
I confirm. I cannot log in. "Use a linphone account" shows "Unable to send the request" after I enter the username and password and press "Use". 
I tried version 4.5.0. The same result.
``` 2022-10-09 13:51:03:571 [linphone/belle-sip] ERROR Could not load root ca from /usr/local/linphone-desktop/4.4.10/share/linphone/rootca.pem: Нет такого файла или каталога 2022-10-09 13:51:03:733 [linphone/belle-sip] MESSAGE Channel [0x5563a27a4cf0]: Connected at TCP level, now doing TLS...
I didn't deploy anything, I used an AUR package. The OP, obviously, used an AppImage. Tell me, what I should do?
I guess the packager used the same method as the OP, and it didn't work in both cases. To be honest, I don't care much who is going to fix...
Documentation to llvm 8 [said](https://releases.llvm.org/8.0.0/tools/clang/tools/extra/docs/clangd/Installation.html) that to achieve what people ask in this bug, one needs to use clangd-indexer. These lines disappeared from llvm 10 documentation, it just says that...
> Self-contained files are good software engineering practice Maybe, but I can't rewrite all C++ libraries. Jumping to definitions is most useful when exploring unfamiliar external code. I have no...