A2va
A2va
I recently found [xrepo-cmake](https://github.com/xmake-io/xrepo-cmake) that could be used in the meantime. It's a CMake wrapper for [Xrepo](https://xrepo.xmake.io), a C and C++ package manager.
You might want to take a look at [llm-samplers](https://github.com/KerfuffleV2/llm-samplers), it implements min p and a bunch of other samplers. It also has the advantage of chaining them.
VScode can already have a per project settings. For that you need a create `.vscode/settings.json` and override `xmake.customDebugConfig`
There is also the mlc-ai backend which might be interesting. https://github.com/mlc-ai/mlc-llm
If you start your debugging session by pressing F5, it will not use the launch.json, to use it you must use the Run -> Start Debugging menu.
Of course, I didn't expect clangd to have the same API, but to replicate the general idea. I only created this issue to improve [xmake-vscode](https://github.com/xmake-io/xmake-vscode), this extension already support cpptools...
I made some test/research and actually this not possible to access to variables inside the extension. However I find how to expose an API: ```ts // clangd extension const api...
Of course I can do it, but I have no idea when it will be ready.
There are a few things missing (unit tests, ...), I will test again tomorrow and the review can be done this weekend. If anyone wants to try and provide feedback,...
I think I know why. The `WIX_EXTENSIONS` env is registered as `C:\Users\runneradmin\AppData\Local\.xmake\packages\w\wixtoolset\5.0.0\361647656cc344cc8086fd2a7e53dd19\bin` in the manifest.txt It's certainly because it downloaded wix from the precompiled package, at least that is the...