Releases: hfour/wsrun
Releases · hfour/wsrun
v5.2.0
Version 5.0.0
Edit: Sorry for the second major version bump! Turns out, we didn't remove path substitution fully in 4.0.0. To be extra cautious, we publish 5.0.0 as a breaking change as well.
Breaking change: wsrun will no longer substitute the paths in the command's stdout and stderr by default. To get the old behavior, use
export WSRUN_PATH_REWRITE=true
You can also configure vscode's settings to enable this for all vscode terminals:
Substitute "linux" with "osx" or "windows" if needed:
"terminal.integrated.env.linux": {
"WSRUN_PATH_REWRITE": "true"
},
Version 4.0.2
- Fixed missing entrypoint binary by added missing "bin" directory into package.json files field
- Removed stray logging message