Update settings
This commit is contained in:
parent
f40c60a82e
commit
71b31b62c4
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue