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