Update settings

This commit is contained in:
Andras Schmelczer 2022-06-25 15:32:31 +02:00
parent f40c60a82e
commit 71b31b62c4
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

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"
}