blob: 739a837173e332ed5147376da64e9625dff1820a [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,
"python.sortImports.args": ["--settings-path=${workspaceFolder}/.vscode/",],
}