Add some more typing for the public api (#1619)

* Add some more typing for the public api

* Review feedback
This commit is contained in:
Rich Chiodo 2024-07-03 13:51:06 -07:00 committed by GitHub
parent cfe3fef401
commit 1d7c662a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 27 deletions

View file

@ -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 = "." }