You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// These settings will update along with git. In order to change them locally// without committing those changes, you need to tell git to begin ignoring them.//// to stop using defaults: git update-index --skip-worktree .vscode/settings.json// go back to using defaults: git update-index --no-skip-worktree .vscode/settings.json
The text was updated successfully, but these errors were encountered:
Huh, I wasn't aware files.exclude was a thing. That's interesting. Typically I just dump things in .gitignore and pretend like they aren't still in the sidebar lol
Personally not a fan of committing editor settings in git, but I know that's a practice some teams have. This won't affect me either way since I'm not using VS Code
I would be interested to know if anyone has any workspace settings set that aren't already included in the file because if not then there's little reason not to include it if it's not causing problems for anyone but gives a useful set of defaults
If we keep it, maybe we could add:
The text was updated successfully, but these errors were encountered: