removing .vscode

This commit is contained in:
Timothy Rogers 2020-03-06 20:59:00 -05:00
parent f3783608f5
commit bc154c4a7f

14
.vscode/settings.json vendored
View file

@ -1,14 +0,0 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false,
"python.pythonPath": "/usr/bin/python3",
"python.testing.promptToConfigure": false
}