Skip to content

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

Closed
@iffy

Description

@iffy

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions