{
"python.pythonPath": "C:\\Python37\\python.exe",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Args": [
"--ignore", "W,E24,E121,E123,E125,E126,E221,E226,E266,E704,E265,E722,E501,E731,E306,E401,E302,E222,E303,E402,E305,E261,E262",
"--exclude", "ptvsd/_vendored/pydevd"
],
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": [
"--ignore", "W,E24,E121,E123,E125,E126,E221,E226,E266,E704,E265,E722,E501,E731,E306,E401,E302,E222,E303,E402,E305,E261,E262"
],
"python.autoComplete.extraPaths": [
"./src/_vendored",
"./src/_vendored/pydevd"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pyTestEnabled": true,
}
Environment data
Expected behaviour
Actual behaviour
Steps to reproduce:
ptvsdmaster