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 fe8f6d0 commit bb0f951Copy full SHA for bb0f951
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"python.testing.pytestArgs": ["tests"],
3
"python.testing.unittestEnabled": false,
4
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
5
+ "python.analysis.exclude": ["**/build"]
6
}
0 commit comments