Your reason for not switching to the 2.x IDE ?

.ts and .tsx file extensions are associated with TypeScript, a superset of JavaScript that adds static typing and other features to JavaScript, so it is not unique to Theia; it's a language used in various web development environments - you'll find it often in professional development as it helps building scalable and maintainable web applications.

also .tsx files are typically associated with React (JavaScript library for building user interfaces).

1 Like