mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update workspace config
This commit is contained in:
parent
2ff3c11ce9
commit
16b5e89457
1 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue