Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsc -w should not clear screen if I don't want it to #22188

Closed
iffy opened this issue Feb 26, 2018 · 3 comments
Closed

tsc -w should not clear screen if I don't want it to #22188

iffy opened this issue Feb 26, 2018 · 3 comments
Labels
Duplicate An existing issue was already created

Comments

@iffy
Copy link

iffy commented Feb 26, 2018

Issue #13020 makes tsc -w always clear the screen. This is annoying when:

  • tsc -w is part of several processes being run in the same terminal
  • I care about previous output.

Expected behavior:

tsc -w should not clear the screen before every compile if a certain additional flag is provided.

Actual behavior:

tsc -w always clears the screen before compilation.

Related Issues:

@j-oliveras
Copy link
Contributor

Duplicate or related to #21295.

@roblav96
Copy link

@mhegazy Just merge the #21303 @JoshuaKGoldberg

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Feb 26, 2018
@mhegazy mhegazy closed this as completed Feb 27, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Feb 27, 2018

already tracked by #21295.

@microsoft microsoft locked and limited conversation to collaborators Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

5 participants