Skip to content

Commit f2b2a9e

Browse files
committed
add collection path to pylance extra paths
1 parent 953175f commit f2b2a9e

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
@@ -6,6 +6,7 @@
66
"python.linting.enabled": true,
77
"restructuredtext.confPath": "${workspaceFolder}/docs",
88
"python.analysis.extraPaths": [
9-
"./tests/scripts"
9+
"./tests/scripts",
10+
"build/collections"
1011
]
1112
}

0 commit comments

Comments
 (0)