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
|`updateOn`|`string`|`"manual"`, `"save"`|`"save"`| When the list of tasks should be updated. |
43
-
|`path`|`string`||`"task"`| Path to the Task binary. Can also the name of a binary in your `$PATH`. |
44
-
|`outputTo`|`string`|`"output"`, `"terminal"`|`"output"`| Where to print the output of tasks. Note that the output panel does not support ANSI colors. |
45
-
|`checkForUpdates`|`boolean`||`true`| Check if there is a newer version of Task on startup. |
46
-
|`tree.nesting`|`boolean`||`true`| Whether to nest tasks by their namespace in the tree view. |
47
-
|`tree.sort`|`sort`|`default`, `alphanumeric`, `none`|`"default"`| The order in which to display tasks in the tree view. |
|`updateOn`|`string`|`"manual"`, `"save"`|`"save"`| When the list of tasks should be updated. |
43
+
|`path`|`string`||`"task"`| Path to the Task binary. Can also the name of a binary in your `$PATH`. If Task is installed via Snap, set this to `/snap/task/current/task`.|
44
+
|`outputTo`|`string`|`"output"`, `"terminal"`|`"output"`| Where to print the output of tasks. Note that the output panel does not support ANSI colors. |
45
+
|`checkForUpdates`|`boolean`||`true`| Check if there is a newer version of Task on startup. |
46
+
|`tree.nesting`|`boolean`||`true`| Whether to nest tasks by their namespace in the tree view. |
47
+
|`tree.sort`|`sort`|`default`, `alphanumeric`, `none`|`"default"`| The order in which to display tasks in the tree view. |
0 commit comments