Skip to content

Commit

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

## Version 2.6.3 (January 24th, 2022)

### Bug Fixes

- **Providers:** custom parser throws exception on invalid file
- **Providers:** ant-program parser does not work
- **Api:** using the 'stop' command on a detached task throws unhandled exception
- **Tree:** deleting a folder from outside VSCode while open causes tree to break

### Refactoring

- **General:** use internal storage as opposed to vscode setting for storing custom task labels
- **Providers:** add check for ignore in ReadTask

## Version 2.6.2 (January 23rd, 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.2",
"version": "2.6.3",
"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 957a5ff

Please sign in to comment.