You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension only probes /bin/ps or /usr/bin/ps for the ps binary but it should look through PATH. This breaks for any distro who doesn't place it there - in my case, NixOS.
The extension only probes
/bin/psor/usr/bin/psfor thepsbinary but it should look throughPATH. This breaks for any distro who doesn't place it there - in my case, NixOS.