debugpy/ptvsd.code-workspace
2019-02-25 16:35:46 -08:00

12 lines
236 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.envFile": "${workspaceFolder}/.env",
}
}