diff --git a/.cruft.json b/.cruft.json index 470a688..f53f1f5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator", - "commit": "984454a27bd81d8d26794bd3464e9b1b5714ff66", + "commit": "a1af8a751ff6dda112837d885ccee36578b33a2f", "checkout": null, "context": { "cookiecutter": { diff --git a/.vscode/launch.json b/.vscode/launch.json index d9174b3..b2bb1c7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Django", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/src/manage.py", "args": [ @@ -17,7 +17,7 @@ }, { "name": "Python: Debug Tests", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${file}", "purpose": ["debug-test"],