blob: 7e2a6402315f7eef531a4adc809a85422e3c71fb [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/",
],
"python.linting.pylintEnabled": true,
}