Disable TUI for interactive tasks #32420
aaronadamsCA
started this conversation in
Feature Requests
Replies: 1 comment
-
Not just interactive tasks. Any single task that I called directly (
You could still recall the TUI behind |
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.
-
The Terminal UI is adequate for non-interactive tasks like linting and type checking, but it's just in the way for interactive tasks like Vite and Vitest.
I'd like a straightforward way to disable TUI for all interactive tasks, and keep it enabled for all non-interactive tasks.
Beta Was this translation helpful? Give feedback.
All reactions