Skip to content

Commit

Permalink
chore: Update VS Code configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenetar committed May 11, 2024
1 parent a81069b commit e3bcf9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "DupuGuru",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
},
"python.testing.pytestEnabled": true
}

0 comments on commit e3bcf9d

Please sign in to comment.