rush-select icon indicating copy to clipboard operation
rush-select copied to clipboard

Colors?

Open mikecann opened this issue 4 years ago • 2 comments
trafficstars

Really cool project! Pete Gonzalez put me onto it (https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/Include.20a.20lib.20without.20building.20it.3F/near/219680585)

One thing I would love to see if colored build output.

For example if I:

cd libs/shared
rushx dev

Then I introduce a compile error in one of my ts files I get the following nice error:

image

But if I rush-select and choose "dev" for "libs/shared" then I get the followng:

image

Which lacks the coloring and the underlined error.

mikecann avatar Dec 12 '20 01:12 mikecann

Thanks for the issue and sorry for late reply! Could you give this version a try?

npm i -g @telia/[email protected]

wbern avatar Dec 19 '20 20:12 wbern

Its wierd.. Webpack correctly colors now but for some reason TSC doesnt

image

I wonder if there is a special commandline arg I should be using for TSC when using it inside another command because it does seem to try to take over the console. --pretty maybe?

mikecann avatar Dec 21 '20 23:12 mikecann