Skip to content

Releases: NathanVaughn/vscode-task-runner

3.0.1

13 Nov 03:04
a99a1fd

Choose a tag to compare

  • Support for shell completions
  • Use a predictable name for the Azure DevOps job summary
  • Explicitly support Python 3.14

3.0.0

26 Sep 23:52
919c787

Choose a tag to compare

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

09 Sep 23:06
281183e

Choose a tag to compare

  • Add build summary
  • Add continue on error functionality
  • Remove CI/CD output grouping if there is a single task executed

2.1.0

26 Jun 00:48
0bf038b

Choose a tag to compare

Support .code-workspace files.

2.0.2

24 Jun 22:47
8410c4f

Choose a tag to compare

Support tasks.json files with Unicode on Windows

2.0.1

15 May 01:01
a2c0606

Choose a tag to compare

Fix typo in help

2.0.0

10 May 01:22
3756f4c

Choose a tag to compare

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_TASK environment variable.
  • Globally set options command and args are now used.
  • env options are now merged to match VS Code behavior
  • All forms of string quoting for command and args are correctly supported (single string, list of strings, object with value and quoting keys)
  • Parser should be more forgiving on ignoring unsupported features/variables on tasks that aren't being run

1.3.5

01 Mar 03:53
96130aa

Choose a tag to compare

  • Update documentation
  • Add support for Azure Pipelines logging commands

1.3.4

24 Oct 00:26
5070af1

Choose a tag to compare

Dependency update for Python 3.13

1.3.3

08 Oct 22:14
5702aa9

Choose a tag to compare

Explicitly support Python 3.13