Update workspace config

This commit is contained in:
Karthik Nadig 2020-05-05 11:33:59 -07:00
parent 2ff3c11ce9
commit 16b5e89457

View file

@ -10,7 +10,6 @@
"python.linting.flake8Enabled": true,
"python.envFile": "${workspaceFolder}/.env",
"python.formatting.provider": "black",
"files.exclude": {
"**/*.pyc": true,
"**/__pycache__": true,
@ -18,5 +17,9 @@
"src/debugpy.egg-info": true,
},
"python.testing.pytestEnabled": true,
},
}
"python.analysis.extraPaths": [
"src/debugpy/_vendored",
"src/debugpy/_vendored/pydevd"
]
}
}