Bartosz Taudul
Bartosz Taudul
> vcpkg is installing only the dependencies that my system does not already have. This is not the issue I am concerned with. Adding vcpkg adds yet another component to...
> Should i just remove the `.vscode` folder in its entirety? No, the executables **must** be launchable from VS Code and you need some configuration for that to happen. See...
Some notes: - There is no way to choose which target you want to *work* with. The solution you provide only addresses *building*, which is not that important here. There...
> In terms of VSCode and CMake. Are you using a particular plugin or is this functionality built into Code by default? Most of the time I rely on tasks.json...
I looked at your branch again, sorry it took so long. I am not able to launch with F5 from VS Code. I'm not sure the approach you're taking with...
> You can do this in the `Run and Debug` section in the top right of that panel. There is an option to switch between the run options. True. However,...
Yes, please add NFD back.
> Would it be better placed to depend on `TRACY_NO_STATISTICS` as a variant instead. That would mean only exposing certain executables in the case where `TRACY_NO_STATISTICS` is `ON` or `OFF`?...
Thanks for asking first. The current build solution is based on MSVC projects and makefiles that extract source file lists from those projects. This is a solution that works well...
> When you get used to something like CMake or Meson and then run into the platform specific build systems like make or MSVC it seems almost archaic. In my...