We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2d1f commit 59bd017Copy full SHA for 59bd017
1 file changed
.vscode/launch.json.example
@@ -15,7 +15,10 @@
15
16
// This is needed because pytest-cov is incompatible with using the
17
// debugger. See https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings
18
- "env": {"PYTEST_ADDOPTS": "--no-cov"}
+ "env": {"PYTEST_ADDOPTS": "--no-cov"},
19
+
20
+ // Adds some magic for Django templates.
21
+ "django": true
22
}
23
]
24
0 commit comments