Can't trigger multiple tasks at once? #402
-
|
Beta Was this translation helpful? Give feedback.
Answered by
stevearc
Feb 13, 2025
Replies: 1 comment 1 reply
-
Overseer uses |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LintaoAmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overseer uses
vim.ui.select
to choose a task to run.vim.ui.select
does not support multi-select, though it looks like your specific implementation does. That does not align with the spec and I will expect multi-select to break any plugin that usesvim.ui.select
.