blob: 9b5c95d1c7a8d2c62dc99e4b574dba2735380029 [file] [log] [blame]
{
"python.autoComplete.extraPaths": [
"${workspaceFolder}/third_party",
],
"python.unitTest.cwd": "${workspaceFolder}",
"python.unitTest.unittestArgs": [
"-v",
"-s",
".",
"-t",
"..",
"-p",
"*unittest.py"
],
"python.unitTest.pyTestEnabled": false,
"python.unitTest.nosetestsEnabled": false,
"python.unitTest.unittestEnabled": true,
}