Skip to content

Commit 34f7238

Browse files
heejaechangint19h
authored andcommitted
include "tests"
1 parent de6a9cf commit 34f7238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ exclude = '''
1515

1616
[tool.pyright]
1717
pythonVersion = "3.7"
18-
include = ["src"]
18+
include = ["src/**", "tests/**" ]
1919
extraPaths = ["src/debugpy/_vendored/pydevd"]
2020
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
2121
executionEnvironments = [
22-
{ root = "src" }
22+
{ root = "src" }, { root = "." }
2323
]
2424

0 commit comments

Comments
 (0)