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(env): remove misleading PATH position check in vp env doctor
Replace the position-based PATH check with a simple presence check.
The old code warned when `~/.vite-plus/bin` was not first in PATH,
but on Windows putting bin first actually breaks `vp` due to the
trampoline mechanism. The per-tool shim resolution check already
provides meaningful diagnostics for shadowed shims.
0 commit comments