mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add sys.path entry for current directory before using runpy/importlib to resolve the module.
18 lines
406 B
Text
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,
|
|
}
|
|
},
|
|
}
|