Update settings

This commit is contained in:
Andras Schmelczer 2022-06-25 15:32:31 +02:00
parent 2b2e4e0b28
commit 7bf9e4993f

View file

@ -53,11 +53,11 @@
],
"files.exclude": {
".env": true,
".venv": true,
"**/__pycache__": true,
"**/.ipynb_checkpoints": true,
"**/.mypy_cache": true,
"**/.pytest_cache": true
},
"notebook.output.textLineLimit": 400
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python"
}