the_next

Results 19 comments of the_next

try add some code in `~/Library/Preferences/clangd/config.yaml` if you install llvm and xcode ```yaml CompileFlags: Add: [ -isystem/usr/local/opt/llvm/include/c++/v1, -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include ] ``` if you only install llvm ```yaml CompileFlags: Add: [ -isystem/usr/local/opt/llvm/include/c++/v1,...

I found add qurey driver help to make it work ```json "clangd.arguments": [ + "--query-driver=/usr/bin/clang++", ], ```

https://gitlab.com/firelizzard/vscode-go-test-adapter should work

ccls complie with libclang in your computer, it may be not in `/usr/lib/llvm-14/bin/clang-format`. it depend on where ccls complie https://github.com/MaskRay/ccls/blob/master/src/messages/textDocument_formatting.cc here is source code abort how ccls work with clang-format....

how to disable this part ![image](https://github.com/microsoft/vscode-cmake-tools/assets/26270464/679a32e3-42ef-4201-ab94-44be741937ba) I try every option in json and cannt hidden it

> @findNextStep I apologize the "cmake.options.advanced" setting had a bug with the "variant" option. This should now be fixed in the 1.16.25 pre-release version of CMake Tools! > > How...

try launch ccls with -init='{"clang":{"extraArgs":["-isystem", "/Library/Developer/CommandLineTools/usr/include/c++/v1"]}}' that wrok for me see : https://github.com/MaskRay/ccls/issues/191#issuecomment-453809905

@LinyangHe M$还是风生水起的,你看M$有什么被那啥的吗 有的时候反而担心google收购真的给github那啥了

here are some information that maybe helpful https://alinpanaitiu.com/blog/journey-to-ddc-on-m1-macs/