See progress from debug/run commands #418
Answered
by
mrcjkb
augustocdias
asked this question in
Q&A
-
When I run one of the debugables or runnables options it runs in the background. Is there a way to see the compilation/running progress? Can the output be shown in a split or float window? |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Jun 4, 2024
Replies: 1 comment 1 reply
-
Hey 👋 You can set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
augustocdias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
You can set
vim.g.rustaceanvim.tools.test_executor
, see:h RustaceanToolsOpts
.The following executor aliases display the output in a split:
"termopen" | "quickfix" | "toggleterm" | "vimux"
Note that
toggleterm
andvimux
require the respective backends.