mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
include "tests"
This commit is contained in:
parent
de6a9cf6d6
commit
34f7238e63
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ exclude = '''
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
pythonVersion = "3.7"
|
pythonVersion = "3.7"
|
||||||
include = ["src"]
|
include = ["src/**", "tests/**" ]
|
||||||
extraPaths = ["src/debugpy/_vendored/pydevd"]
|
extraPaths = ["src/debugpy/_vendored/pydevd"]
|
||||||
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
|
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
|
||||||
executionEnvironments = [
|
executionEnvironments = [
|
||||||
{ root = "src" }
|
{ root = "src" }, { root = "." }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue