This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
User Settings, Workspace Settings, and Keybindings in VS Code
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