I want to create a project in vscode, but I don't know how to initialize the ".vscode" folder in the project, creating it by HM and the ware won't initialize any file in it.
How can I do this?
I want to create a project in vscode, but I don't know how to initialize the ".vscode" folder in the project, creating it by HM and the ware won't initialize any file in it.
How can I do this?
Normally there should be no need to initialize anything, VSCode handles this folder by itself. As soon you do something that needs to go into this folder, for example using "Preferences->Workspace Settings" or by using one of the debugger presets, it gets populated with the files.
And if you really want to add anything by creating the files by yourself and without using the GUI or the command the palette, you just create the folder and whatever file you need. There is no additional "magic" involved, just a folder with a name.