blob: ffdc1cefcd167208a2b925665b8a0b9d065dc60c [file] [log] [blame]
{
"python.autoComplete.extraPaths": [
"${workspaceFolder}/third_party",
],
"python.testing.cwd": "${workspaceFolder}",
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-t",
"..",
"-p",
"*unittest.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.sortImports.args": [
"--settings-path=${workspaceFolder}/.vscode/",
],
}