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 953175f commit f2b2a9eCopy full SHA for f2b2a9e
.vscode/settings.json
@@ -6,6 +6,7 @@
6
"python.linting.enabled": true,
7
"restructuredtext.confPath": "${workspaceFolder}/docs",
8
"python.analysis.extraPaths": [
9
- "./tests/scripts"
+ "./tests/scripts",
10
+ "build/collections"
11
]
12
}
0 commit comments