chore: Update VS Code configuration

This commit is contained in:
Andrew Senetar 2024-05-11 00:12:19 -07:00
parent a81069be61
commit e3bcf9d686
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
2 changed files with 3 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"configurations": [
{
"name": "DupuGuru",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",

View File

@ -12,5 +12,6 @@
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
},
"python.testing.pytestEnabled": true
}