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(shim): update bin/vp.cmd to call vp.cmd instead of vp.exe on Windows
After renaming vp.exe to vp-raw.exe, the bin/vp.cmd shim was still
pointing to the non-existent vp.exe. Now it correctly calls
current/bin/vp.cmd which wraps vp-raw.exe.
0 commit comments