Losing focus on Windows caused by WSL
WSL steals the active window’s focus.
Add the following lines to %USERPROFILE%/.wslconfig
:
[wsl2]
guiApplications=false
and then shutdown WSL:
wsl --shutdown
Further Reading
Comments are configured with provider: disqus, but are disabled in non-production environments.