mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-12-21 06:48:14 +00:00
setting it up
This commit is contained in:
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/bin/python3.8",
|
||||
"python.testing.pytestArgs": [
|
||||
"Sample codes"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.nosetestsEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user