CannabisData / cannabisdata

Cannabis Data monorepo
MIT License
8 stars 1 forks source link

Remove or otherwise constrain .vscode settings directory #7

Open gregoryfoster opened 1 year ago

gregoryfoster commented 1 year ago

Not all users will be using Visual Studio Code, so it's debatable whether we should include a .vscode directory and settings file in our repository as those project defaults may override local settings.

gregoryfoster commented 1 year ago

Here are some approaches to consider: https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control

keeganskeate commented 1 year ago

As with everything in life, there are pros and cons to both. I think that for this project we are okay to not include the .vscode directory. Developers using VS Code can refer to other developers using VS Code to get a hold of their preferred settings.json or use their own preferred settings. Developers using other code editors won't need the directory and will have a less cluttered workspace.