From 71b31b62c4f4d1d1f396b8b184b2fa66c6a22058 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 25 Jun 2022 15:32:31 +0200 Subject: [PATCH] Update settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7528f04..e916afb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }