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

the .vscode directory is in the repository #560

Open
yegor256 opened this issue Nov 26, 2024 · 5 comments
Open

the .vscode directory is in the repository #560

yegor256 opened this issue Nov 26, 2024 · 5 comments

Comments

@yegor256
Copy link
Member

I believe, it should be in the .gitignore, even through there are other opinions: https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control To me, this directory looks like garbage left in the repo by mistake. Every developer is free to use their own IDE: why only vscode is in the repo?

@yegor256
Copy link
Member Author

@deemp please, check

@deemp
Copy link
Member

deemp commented Nov 26, 2024

@yegor256, no, this file is necessary. I believe that devs should have as similar dev environment as possible when it's preferable.

In our case, .vscode/settings.json sets fourmolu as the default project formatter. It's preferable that all devs use this formatter.

@yegor256
Copy link
Member Author

@deemp what about IntelliJ IDEA developers? What about Vim/Emacs guys? They will suffer without default configurations.

@deemp
Copy link
Member

deemp commented Nov 26, 2024

@yegor256, we haven't yet received any requests to provide default configurations for devs that use these IDEs.

@yegor256
Copy link
Member Author

@deemp this is a matter of taste of every developer -- how to configure their own IDE. Keeping your personal config in the repo looks like something you simply left here by mistake.

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

2 participants