Skip to content

Version 5.0.0

Choose a tag to compare

@spion spion released this 04 Jul 10:50
· 37 commits to master since this release

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"
},