← All releasesDownload
macOS··v0.0.8
CmdSpace 0.0.8
CmdSpace-0.0.8-macOS.zip
6.26 MB · requires macOS 13.0+
sha256
436955cf8ade150b2c2f0465d55f33e35fafe0e005fd1c10ae88f0bc25a0c504Fixed
- 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 macOSPATH(/usr/bin:/bin:/usr/sbin:/sbin), which VS Code (and its integrated terminal / task runner) then inherited — so tools likegh, 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 fullPATHand hands it to VS Code on launch.