diff --git a/.vscode/launch.json b/.vscode/launch.json index 62822620c..e76d1c59a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ "configurations": [ { "name": "Run debug server", - "type": "python", + "type": "debugpy", "request": "launch", "justMyCode": false, "program": "${workspaceFolder}/manage.py", diff --git a/.vscode/settings.json b/.vscode/settings.json index ac569a3af..970f3df06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,