From a2de58f2ce8a4eb142e521cdd1675acd451c1ae2 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 7 Aug 2026 16:58:51 +0200 Subject: [PATCH] venv aktiviert --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c9ebf2d..cc081ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python-envs.defaultEnvManager": "ms-python.python:system" + "python-envs.defaultEnvManager": "ms-python.python:venv" } \ No newline at end of file