Create settings.json

This commit is contained in:
Someone999thing 2022-03-07 18:19:12 -05:00
parent 3349559e91
commit 7496dd41aa

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

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