nf-core/deepmodeloptim

add .vscode/settings.json to allow testing and debugging of the unit tests inside vscode

Closed this issue · 6 comments

add .vscode/settings.json to allow testing and debugging of the unit tests inside vscode

.vscode/settings.json is currently included in .gitignore and I believe should be unique to each user, thoughts ?

in theory it should be depending on the package structure no?
so it should work for everybody

I mean that not everyone uses vscode for testing, additionaly, you may want to modify the testing scheme depending on your usecase in vscode locally (for instance using unittest or pytest which yield different results), also, those files might differ depending on vscode version!

so you suggest we don't put it in github, and each of us use it independently?

okay then