debugpy/ptvsd.code-workspace
Pavel Minaev 41d189c197 Fix #1272: Launch a SubModule (#1290)
Add sys.path entry for current directory before using runpy/importlib to resolve the module.
2019-04-01 17:16:34 -07:00

18 lines
406 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.envFile": "${workspaceFolder}/.env",
"files.exclude": {
"**/*.pyc": true,
"**/__pycache__": true,
".tox": true,
"src/ptvsd.egg-info": true,
}
},
}