Skip to content

Commit bb0f951

Browse files
committed
chore(vscode): update settings
1 parent fe8f6d0 commit bb0f951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"python.testing.pytestArgs": ["tests"],
33
"python.testing.unittestEnabled": false,
4-
"python.testing.pytestEnabled": true
4+
"python.testing.pytestEnabled": true,
5+
"python.analysis.exclude": ["**/build"]
56
}

0 commit comments

Comments
 (0)