Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .vscode/settings.json? #35

Open
nihaals opened this issue Mar 5, 2021 · 3 comments
Open

Remove .vscode/settings.json? #35

nihaals opened this issue Mar 5, 2021 · 3 comments

Comments

@nihaals
Copy link
Member

nihaals commented Mar 5, 2021

If we keep it, maybe we could add:

// 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
@with-heart
Copy link
Contributor

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

@MythicManiac
Copy link
Member

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

@nihaals
Copy link
Member Author

nihaals commented Mar 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants