Releases: NathanVaughn/vscode-task-runner
Releases · NathanVaughn/vscode-task-runner
3.0.1
3.0.0
This version has potentially breaking changes, hence the major version bump
- Finally support parallel task execution
- Fix task execution order. Previous versions in some complex situations would run tasks in the wrong order
2.2.0
- Add build summary
- Add continue on error functionality
- Remove CI/CD output grouping if there is a single task executed
2.1.0
Support .code-workspace files.
2.0.2
Support tasks.json files with Unicode on Windows
2.0.1
Fix typo in help
2.0.0
Version 2.0.0 is a ground-up rewrite to better support complex configurations.
Breaking changes to more closely match VS Code:
- No longer allow the user to set custom shell quoting characters.
- Better default build task detection.
- Having more than one task set as the default build task will prompt the user to select one, or should be set by the
VTR_DEFAULT_BUILD_TASKenvironment variable. - Globally set options
commandandargsare now used. envoptions are now merged to match VS Code behavior- All forms of string quoting for
commandandargsare correctly supported (single string, list of strings, object withvalueandquotingkeys) - Parser should be more forgiving on ignoring unsupported features/variables on tasks that aren't being run
1.3.5
- Update documentation
- Add support for Azure Pipelines logging commands
1.3.4
Dependency update for Python 3.13
1.3.3
Explicitly support Python 3.13