We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6122af3 commit c27e98bCopy full SHA for c27e98b
.devcontainer/devcontainer.json
@@ -70,6 +70,10 @@
70
"/home/node/.venv/lib",
71
"${containerWorkspaceFolder}"
72
],
73
+ "python.testing.pytestEnabled": true,
74
+ "python.testing.pytestArgs": [
75
+ "--no-cov" // prevents interference from code-coverage when running tests within the debugger
76
+ ],
77
"files.autoSaveWhenNoErrors": true,
78
"editor.formatOnSave": true,
79
"editor.codeActionsOnSave": {
0 commit comments