Releases: NathanVaughn/vscode-task-runner
Releases · NathanVaughn/vscode-task-runner
1.3.5
1.3.4
Dependency update for Python 3.13
1.3.3
Explicitly support Python 3.13
1.3.2
Fix PyPi classifiers
1.3.1
1.3.0
Add support for "--" to delimit extra args
1.2.1
- Output is now colorized
- Output is grouped per-task in GitHub Actions for non-virtual tasks
1.2.0
1.1.0
- Add support for
${input:id}
variables - Values can be provided interactively or through
VTR_INPUT_id
environment variables - Better shell defaults on Windows
- All exceptions raised (besides things like
KeyError
s) are now custom exception types and not genericValueError
s
Breaking changes:
- Exception will now be raised when an unsupported variable is encountered, rather than skipped over
- Variables will only be replaced under
command
,args
, andoptions
keys per VS Code docs: https://code.visualstudio.com/docs/editor/tasks#_variable-substitution:~:text=Note%3A%20Not%20all%20properties%20will%20accept%20variable%20substitution.%20Specifically%2C%20only%20command%2C%20args%2C%20and%20options%20support%20variable%20substitution.
1.0.1
Add support for new predefined variables in VSCode 1.86