You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: use --nested flag
* feat: increase minimum required version of Task
* feat: detect development mode when --version includes build metadata (after "+")
* fix: bug where only one additional flag gets set
* feat: disable status checking by default
- adds a new tree.status setting to reenable
- change the default task icon color to task's primary color
* refactor: tree item
* fix: ensure nesting icon is in correct state on startup
* fix: updated minimum required version
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,4 +45,5 @@
45
45
|`checkForUpdates`|`boolean`||`true`| Check if there is a newer version of Task on startup. |
46
46
|`doubleClickTimeout`|`number`||`0`| Time in milliseconds to consider a double-click. 0 disables double-click to run. 500 is a good starting point if you want to enable it. |
47
47
|`tree.nesting`|`boolean`||`true`| Whether to nest tasks by their namespace in the tree view. |
48
+
|`tree.status`|`boolean`||`false`| Whether to show the status of tasks in the tree view (may be slow on large Taskfiles). |
48
49
|`tree.sort`|`sort`|`default`, `alphanumeric`, `none`|`"default"`| The order in which to display tasks in the tree view. |
0 commit comments