Added menu::UseSelectedQuery
command that populates task modal query with the selected task name (#8572)
This commit is contained in:
parent
9bd5ebb74b
commit
b7429bf29d
10 changed files with 340 additions and 116 deletions
|
@ -4,6 +4,8 @@ Zed supports ways to spawn (and rerun) commands using its integrated terminal to
|
|||
|
||||
Currently, two kinds of tasks are supported, but more will be added in the future.
|
||||
|
||||
All tasks are are sorted in LRU order and their names can be used (with `menu::UseSelectedQuery`, `shift-enter` by default) as an input text for quicker oneshot task edit-spawn cycle.
|
||||
|
||||
## Static tasks
|
||||
|
||||
Tasks, defined in a config file (`tasks.json` in the Zed config directory) that do not depend on the current editor or its content.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue