Skip to content

Commit

Permalink
Set up the proper execution environment so that Pylance knows the cor…
Browse files Browse the repository at this point in the history
…rect import root for the import statement.
  • Loading branch information
heejaechang authored and int19h committed Mar 6, 2023
1 parent 5601342 commit de6a9cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]

0 comments on commit de6a9cf

Please sign in to comment.