I have pulled cloned a project on Github and get an .vscode
file with an empty settings.json
Is it recommended to keep it?
Thanks
I have pulled cloned a project on Github and get an .vscode
file with an empty settings.json
Is it recommended to keep it?
Thanks
.vscode
is a folder which contains vscode workspace settings as well as configurations.
To know more about vscode workspace you can go there : https://code.visualstudio.com/docs/editor/workspaces
If you want to use that github user's particular workspace settings you can keep it. It's a good practice to maintain workspace settings.