diff --git a/.vscode/settings.json b/.vscode/settings.json index a335541..44f1013 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,6 @@ "editor.formatOnSave": true, "diffEditor.codeLens": true, "github.copilot.nextEditSuggestions.enabled": true, - "github.copilot.selectedCompletionModel": "" + "github.copilot.selectedCompletionModel": "", + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python" }