In this lesson, we learn about the difference between User settings and Workspace settings in Visual Studio Code. Creating settings unique to a project is as simple as saving a settings.json
file in the .vscode
directory. This also allows us to save settings directly to source control (git). We also briefly show how to customize keybindings.
Links