Merge pull request #225 from karthiknadig/config

Update workspace config
This commit is contained in:
Karthik Nadig 2020-05-07 12:25:49 -07:00 committed by GitHub
commit 7a332142ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
]
}
}