From eaa3d83aed17102811920dbb7c7647c94fe611b5 Mon Sep 17 00:00:00 2001 From: jojo Date: Sun, 15 Mar 2026 15:26:18 +0000 Subject: [PATCH] nastavenie interpretera python do workspace --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e26dfe..eeabe64 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1 +1,4 @@ -{} \ No newline at end of file +{ + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", + "python.terminal.activateEnvironment": true +} \ No newline at end of file