VS Code provides two different scopes for configuration files:
User These configuration apply globally to any instance of VS Code you open
Workspace These settings are stored inside your workspace in a .vscode folder and only apply when the workspace is opened. Settings defined on this scope override the user scope.