Setup VS Code for local development
Once you cloned a GitHub repository for local development, you will have to duplicate the .vscode.example
folder present in the cloned repository an rename the duplicate folder as .vscode
.
This folder contains some vscode configurations used to be sure that all the developers have the same working environment and respect some chosen practices for the readability of the code.
Some of those settings are the maximum length of the lines, some rulers to mark those maximums, the extensions used in the project and some configurations of those extensions.