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
There's some information in :help overseer-actions, but it directs you to lua/overseer/task_list/actions.lua as the source of truth. From there, you can see that the action is adding the restart_on_save component.
The docs for that component are either at :help restart_on_save or in components.md.
How to make paths default to the current file, not the current directory?
There is currently no way to customize built-in actions. You would need to define your own action that passes in the current file instead of the cwd on this line
Neovim version (nvim -v)
0.10.0
Operating system/version
Arch Linux
Describe the bug
Where can I find the documentation for
:OverseerQuickAction
->watch
?I found this function described in the tutorial, but other than that there seems to be no official documentation.
What does
interrupt
do exactly?What are the possible
mode
?How to make
paths
default to the current file, not the current directory?And what task does it restart exactly? Just the last task? The tasks run since the last
watch
? All the tasks since the buffer was opened?What is the severity of this bug?
minor (annoyance)
Steps To Reproduce
Expected Behavior
watch
should be documentedMinimal example file
No response
Minimal init.lua
Additional context
No response
The text was updated successfully, but these errors were encountered: