-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature: tasksmeta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: feature requestNew feature or requestNew feature or requestuser experience
Description
Is your feature request related to a problem? Please describe
Tasks execution feels quite verbose and could confuse a new user to understand what's actually happening due to the duplicated printouts.
This is specially more important when you're creating templates and want to provide the user with some instructions in the terminal. For example, in template-flutter, as a workaround we're having to clear the whole terminal.
Describe the behaviour you'd like
This is done by executing bash
with the task in cmdline instead of sending to the pty that causes the duplicate printouts. For long tasks source
command is used in cmdline from a pipe.
Describe alternatives you've considered
Additional context
loujaybeeloujaybee
Metadata
Metadata
Assignees
Labels
feature: tasksmeta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: feature requestNew feature or requestNew feature or requestuser experience