Skip to content

Commit

Permalink
chore(release): v2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Jan 27, 2022
1 parent e4c2e4d commit 4433830
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# VSCODE-TASKEXPLORER CHANGE LOG

## Version 2.7.0 (January 27th, 2022)

### Bug Fixes

- **Explorer:** tsc tasks are not refreshed if a tsconfig.json is removed or moved.
- **Api:** if multiple enable/disable settings are changed quickly programatically, several progress messages for parsing are opened in the toolbar.
- **Providers:** makefile task does not use custom $gccte parser if ms-vscode.cpptools extension is not installed
- **Providers:** composer parser throws unhandled exception parsing invalid JSON
- **Providers:** composer tasks are scanned out of alpha order

### Documentation

- **Readme:** add section on external task provider api. [References #22]
- **Readme:** add section on animated running task icons

### Features

- **Api:** working initial implementation of external task provider api [References #22]

## Version 2.6.3 (January 24th, 2022)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-taskexplorer",
"version": "2.6.3",
"version": "2.7.0",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, ant, gradle, grunt, gulp, batch, bash,php composer, make, maven, python, perl, powershell, ruby, pipenv and nsis",
"icon": "res/gears-r-colors.png",
Expand Down

0 comments on commit 4433830

Please sign in to comment.