mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 18:16:28 +00:00
The nvidia driver attempts to use SHGetKnownFolder (which has its own lock!) under the loader lock, which occasionally triggers a deadlock when we attempt to do the same thing during settings load. Closes #20350 (superseded) Closes #20348 Co-authored-by: gleb <46842077+groovg@users.noreply.github.com>