Add Icon for NestJS DTO Files #2959
Closed
amirfarzamnia
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for opening a discussion. There are already a few other issues covering the dto icon: I'll close this discussion now, as there're already issues available for it and it's better to keep an eye on these issues instead of the discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Material Icons for NestJS support various file types, including:
*.controller.ts
*.module.ts
*.pipe.ts
*.guard.ts
*.decorator.ts
*.gateway.ts
*.service.ts
(Note: Support extends to
.js
extensions as well.)However, there's no dedicated icon for
*.dto.ts
(Data Transfer Object) files, which are an integral part of a NestJS application. It would be great to see an icon added for DTO files to complete the NestJS set.Adding an icon for
*.dto.ts
would make the NestJS support more comprehensive and visually consistent, especially for developers who work with DTOs frequently.Would it be possible to add this missing icon?
Beta Was this translation helpful? Give feedback.
All reactions