From e3bcf9d686c6db573a0c86eeab998a918c6ea9f7 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Sat, 11 May 2024 00:12:19 -0700 Subject: [PATCH] chore: Update VS Code configuration --- .vscode/launch.json | 2 +- .vscode/settings.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6d3ca8ce..1c21c0fa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "DupuGuru", - "type": "python", + "type": "debugpy", "request": "launch", "program": "run.py", "console": "integratedTerminal", diff --git a/.vscode/settings.json b/.vscode/settings.json index 7fd9c956..e29b5786 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "[python]": { "editor.formatOnSave": true, "editor.defaultFormatter": "ms-python.black-formatter" - } + }, + "python.testing.pytestEnabled": true } \ No newline at end of file