jesseweed/seti-ui

.tsx (typescriptreact) should show React icon

mlntr opened this issue · 2 comments

mlntr commented

Following on from microsoft/vscode#118162. Currently .tsx shows the regular .ts icon. Using the React icon instead will help distinguish between .ts & .tsx files more easily.
image

Also IMO *.test.ts (and *.spec.ts) icon shouldn't be yellow as that's confusable with JS files (*.test.js uses orange which would be better)
image

zkldi commented

Also IMO *.test.ts (and .spec.ts) icon shouldn't be yellow as that's confusable with JS files (.test.js uses orange which would be better)

Just wrote a PR for this part under #611 as I was similarly confused by it.

orta commented

This is in