Skip to content

Commit de6a9cf

Browse files
heejaechangint19h
authored andcommitted
Set up the proper execution environment so that Pylance knows the correct import root for the import statement.
1 parent 5601342 commit de6a9cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ pythonVersion = "3.7"
1818
include = ["src"]
1919
extraPaths = ["src/debugpy/_vendored/pydevd"]
2020
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
21+
executionEnvironments = [
22+
{ root = "src" }
23+
]
24+

0 commit comments

Comments
 (0)