mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add some more typing for the public api (#1619)
* Add some more typing for the public api * Review feedback
This commit is contained in:
parent
cfe3fef401
commit
1d7c662a56
3 changed files with 35 additions and 27 deletions
|
|
@ -16,7 +16,7 @@ exclude = '''
|
|||
[tool.pyright]
|
||||
pythonVersion = "3.8"
|
||||
include = ["src/**", "tests/**" ]
|
||||
extraPaths = ["src/debugpy/_vendored/pydevd"]
|
||||
extraPaths = ["src/debugpy/_vendored/pydevd", "src/debugpy/_vendored/pydevd/pydevd_attach_to_process"]
|
||||
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
|
||||
executionEnvironments = [
|
||||
{ root = "src" }, { root = "." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue