mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Set up the proper execution environment so that Pylance knows the correct import root for the import statement.
This commit is contained in:
parent
5601342de8
commit
de6a9cf6d6
1 changed files with 4 additions and 0 deletions
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue