mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Enable discovery of ptvsd tests in VSCode.
This commit is contained in:
parent
2bb23bc698
commit
dfbb8321ef
3 changed files with 2 additions and 3 deletions
1
.env
Normal file
1
.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
PYTHONPATH=./src
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -80,9 +80,6 @@ celerybeat-schedule
|
|||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
|
||||
# virtualenv
|
||||
.venv
|
||||
venv/
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
"settings": {
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.envFile": "${workspaceFolder}/.env",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue