Skip to content

Commit

Permalink
Removed depricated vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 19, 2024
1 parent abdf493 commit a151949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Run debug server",
"type": "python",
"type": "debugpy",
"request": "launch",
"justMyCode": false,
"program": "${workspaceFolder}/manage.py",
Expand Down
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"editor.defaultFormatter": "ms-python.black-formatter"
},
"black-formatter.path": ["${workspaceFolder}", "script", "black"],
"flake8.path": ["${workspaceFolder}", "script", "flake8"],
"flake8.args": [
"--exclude \".venv\" ."
],

"files.exclude": {
"**/.git": true,
Expand Down

0 comments on commit a151949

Please sign in to comment.