SpartanX1 / nestjs-files

Visual Studio code extension to quickly create NestJS Files
https://marketplace.visualstudio.com/items?itemName=AbhijoyBasak.nestjs-files
MIT License
14 stars 7 forks source link

Show the actions only when you are in a NestJS project #16

Open michalusio opened 2 years ago

michalusio commented 2 years ago

Currently the extension shows the actions even if I am currently in other folders than one containing a NestJS project. It would be better if it only showed those actions when I am working on NestJS project.

Could be done alongside #12 so the submenu shows only in NestJS projects.