Results 17 comments of kuch3n

It loooks like VSCode is parsing the preset file to gather settings from the presets and call CMake directly with those settings. Maybe it's the sanest way of using presets....

For an example project just create an empy one like described here: https://code.visualstudio.com/docs/cpp/cmake-linux VSCode asks to configure the project, choose yes and `Freescale - Code Warrior 12` as a kit:...

This issue fixed for MSYS2 environment or the package but at least not for the UCRT64 environments, see https://github.com/msys2/MINGW-packages/issues/25088

At least for Topmost a workaround is following: ```csharp window.Show(); window.Topmost = False; window.Topmost = true; ``` Setting it to true isn't enought to get the relevant ATOM's set

Got this error on proprietary drivers, too. ``` yay -Q nvidia linux nvidia 575.64.03-4 linux 6.15.7.arch1-1 ``` ``` [kuch3n@TuxStation ~]$ sudo dmesg | grep nvidia [ 0.000000] Command line: initrd=\eb9b8373b9224ba4a3dc8ae31652ef10\6.15.7-arch1-1\initrd...

Disabling "Display Port 1.2" on the second monitor, which is last in the daisy chain, fixed the error. Reenabling this setting brings back the errors

I get those errors if GPU memory usage and system RAM is close to 100%. You can check that with `nvtop` and `free -h`