add vscode settings.json

This commit is contained in:
scito
2022-09-04 13:40:49 +02:00
parent acab230436
commit 4027677b38
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ venv/
!example_output.csv
!.github/
!.flake8
!.vscode/settings.json

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}