Set up the proper execution environment so that Pylance knows the correct import root for the import statement.

This commit is contained in:
HeeJae Chang 2023-02-17 16:00:17 -08:00 committed by Pavel Minaev
parent 5601342de8
commit de6a9cf6d6

View file

@ -18,3 +18,7 @@ pythonVersion = "3.7"
include = ["src"]
extraPaths = ["src/debugpy/_vendored/pydevd"]
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
executionEnvironments = [
{ root = "src" }
]