I removed the ".type.ts" extension from the "fileName" field of the commands to prevent confusion when presented with the input prompt for a name. Initially upon using this extensions it was unclear it was expecting only the name portion and I wound up with a directory called "my-name.coponent.ts" with subsequent files name things like "my-name.coponent.ts.coponent.ts".
I've also add configuration options that enable end-users to hide specific menu options they don't want to see... The configuration options as follows:
Please consider this pull-request...
I removed the ".type.ts" extension from the "fileName" field of the commands to prevent confusion when presented with the input prompt for a name. Initially upon using this extensions it was unclear it was expecting only the name portion and I wound up with a directory called "my-name.coponent.ts" with subsequent files name things like "my-name.coponent.ts.coponent.ts".
I've also add configuration options that enable end-users to hide specific menu options they don't want to see... The configuration options as follows:
Lastly I added the *.vsix extension to .gitignore.
Thanks for the extension, it's a great time-saver!