Add "Task" to the end of the command palette options #185
Replies: 1 comment
-
Implemented in #186 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Typing "Create task" finds no results in the command palette search, because "Tasks:" appears at the start of the item:

To support both

tasks create
andcreate task
would be trivial: add "task" to the end of the command palette options. The same applies to editing and toggling tasks because both commands lack the term "task" at the end:This could be resolved by changing the command names as follows (and while we're at it fix the capitalization of
Done
):Tasks: Toggle Done
->Tasks: Toggle done task
Tasks: Create or edit
->Tasks: Create or edit task
Beta Was this translation helpful? Give feedback.
All reactions