I have an Angular2+ project and I need to create launch.json file inside of .vscode folder that is supposed to be immediately under my Angular project folder. I do not see .vscode folder.
I can create it with the command prompt but I wonder why do I not have one in my project when the instructions I am following assume it should be there already?


