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
fix(devcontainer): harden pnpm path and workspace mount setup
Pin pnpm's major version (PNPM_VERSION=10) instead of @latest so build
behavior can't drift silently, and add $PNPM_HOME/bin to PATH so the
global-bin-dir convention resolves correctly.
Pin workspaceMount to /workspaces/sigma so the repo mounts there
regardless of the host folder name. Otherwise Dev Containers mounts at
/workspaces/<host-basename> while workspaceFolder and the node_modules
volume target /workspaces/sigma, breaking post-create's pnpm install.