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