← All releases
macOS··v0.0.8

CmdSpace 0.0.8

CmdSpace-0.0.8-macOS.zip

6.26 MB · requires macOS 13.0+

Download
sha256436955cf8ade150b2c2f0465d55f33e35fafe0e005fd1c10ae88f0bc25a0c504

Fixed

  • Projects opened in VS Code from CmdSpace no longer launch with a truncated PATH. A GUI app started by Launch Services only inherits the minimal macOS PATH (/usr/bin:/bin:/usr/sbin:/sbin), which VS Code (and its integrated terminal / task runner) then inherited — so tools like gh, and anything installed via Homebrew under /opt/homebrew/bin, reported "not found" even though they resolved fine from a normal terminal. CmdSpace now sources the user's login shell to resolve the full PATH and hands it to VS Code on launch.