-
Notifications
You must be signed in to change notification settings - Fork 806
Open
Description
Current implementation
typescript-go/internal/execute/tsc/diagnostics.go
Lines 46 to 48 in 9799455
| func defaultIsPretty(sys System) bool { | |
| return sys.WriteOutputIsTTY() && sys.GetEnvironmentVariable("NO_COLOR") == "" | |
| } |
tries to determine whether the terminal is a TTY. This prevents us from using
exec to get colored help text, which makes the output very ugly when creating wrappers for tsgo (such as vue-tsgo).Metadata
Metadata
Assignees
Labels
No labels