Skip to content

Commit

Permalink
include "tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang authored and int19h committed Mar 6, 2023
1 parent de6a9cf commit 34f7238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ exclude = '''

[tool.pyright]
pythonVersion = "3.7"
include = ["src"]
include = ["src/**", "tests/**" ]
extraPaths = ["src/debugpy/_vendored/pydevd"]
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
executionEnvironments = [
{ root = "src" }
{ root = "src" }, { root = "." }
]

0 comments on commit 34f7238

Please sign in to comment.