scipp / scipp

Multi-dimensional data arrays with labeled dimensions
https://scipp.github.io/
BSD 3-Clause "New" or "Revised" License
116 stars 18 forks source link

Remove basic vscode settings? #3580

Open nvaytet opened 4 weeks ago

nvaytet commented 4 weeks ago

We have some basic settings in https://github.com/scipp/scipp/blob/main/.vscode/settings.json Should we keep this file? I have a feeling every developer has their own settings. This seems to get in the way as it's showing up in my git status? Screenshot at 2024-10-29 10-35-50 Unless I'm doing something wrong of course...

jl-wynen commented 3 weeks ago

Some settings seem to affect how the project is handled, e.g., using pytest instead of unittest. Do they have a meaningful impact?

YooSunYoung commented 3 weeks ago

Should we keep this file? I have a feeling every developer has their own settings. This seems to get in the way as it's showing up in my git status?

I agree. I don't think we can have an ultimate vs setting for everyone. Should we just move that settings to a developer's documentation or sth?