Enable discovery of ptvsd tests in VSCode.

This commit is contained in:
Pavel Minaev 2019-02-25 15:15:02 -08:00 committed by Pavel Minaev
parent 2bb23bc698
commit dfbb8321ef
3 changed files with 2 additions and 3 deletions

1
.env Normal file
View file

@ -0,0 +1 @@
PYTHONPATH=./src

3
.gitignore vendored
View file

@ -80,9 +80,6 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/

View file

@ -7,5 +7,6 @@
"settings": {
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.envFile": "${workspaceFolder}/.env",
}
}