fellow developers!
I am using VS Code (latest version) for my Angular (17) app. I can right-click a folder and select the "New component" option to automatically create a new Angular component quickly and easily.
That's great and it's working fine. The thing is that it also automatically creates the spec file of the component, and I don't need that.
Right now, every time I do this, I have to manually delete this extra file.
It's not that big of an issue of course, but it would be great if this didn't happen in the first place.
Now, I'm not sure if this feature is built in on VS Code or it's done with an extension I once installed.
If anyone knows this specific feature and can tell me if I can disable the automatic creation of the new component's spec file, I would appreciate to know how.
The following screenshot shows a part of the menu that open when I right-click a folder in my app: (the option I refer to is "New component" and NOT "New Angular Component")

It's most likely an extension, and you will have to check their documentation on that.
But if you do want to create the components manually using cli, you can use this to skip the test file generation