ruki
ruki
I tried it, but xmake toolbar cannot be loaded.
I haven't had time to improve it recently, you can try it and open a pr.
It works for me. Please provide a minimal reproducible complete project. ```console PS C:\Users\wangrunqing\Downloads> xmake create -t shared testdll create testdll ... [+]: src\foo.cpp [+]: src\foo.h [+]: src\main.cpp [+]: xmake.lua...
> To be honest, I don't see why `imgui` would need `vulkansdk`, the `vulkan-headers` should suffice... I will try to work around this issue by creating a local repo and...
> I built xmake from source and I am trying to add a breakpoint following the debugging instructions but emmylua_debugger package is trying to hookup the x86_64 dsym... > >...
> Thanks! What I mean by "I don't see why `imgui` would need `vulkansdk`" is that internally it doesn't seem to depend on anything that is not provided by `vulkan-headers`....
vs project generator does not support modules now.
这个你要问 clangd 了
这里只负责生成,不同编译器对应的 flags 和实现机制都不同,生成的 compile_commands 结果肯定都不同 ,至于 clangd 是否支持,你要去问 clangd 。。可以自行对比生成的结果。
you should use `xmake f --toolchain=llvm` to switch to llvm-ar