Skip to content

Commit 8d2d23f

Browse files
committed
chore: more changelog for #214
1 parent adbea13 commit 8d2d23f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
## Unreleased
44

55
- Bumped the minimum required version of `task` to v3.45.3.
6+
- Fixed a bug where custom sorting and nesting would not work together (#214 by
7+
@pd93).
8+
- Disabled status checking by default as it causes the extension to be very slow
9+
on large Taskfiles (#214 by @pd93).
10+
- It can be re-enabled by setting `tree.status` to `true` (#214 by @pd93).
611
- Refactored tree view to use the new `--nested` task command (#214 by @pd93).
712
- This should make it much faster and less buggy.
13+
- Changed the icon/color for tasks in the tree view (#214 by @pd93).
814
- Disabled double-click to run by default (by @pd93).
915
- This was done to prevent running Tasks accidentally and because double-click
1016
conflicts with the default VSCode action of opening a Task definition with

0 commit comments

Comments
 (0)