Mercurial > code > home > repos > light9
annotate .vscode/settings.json @ 2196:5ee5e17a3fd3
help vscode pytest runner work with pdm
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 May 2023 17:00:25 -0700 |
parents | b27a3a8f9ecb |
children | 615046dfe45f |
rev | line source |
---|---|
2047 | 1 { |
2143 | 2 "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], |
3 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"], | |
2062 | 4 "python.analysis.diagnosticMode": "workspace", |
5 "cmake.configureOnOpen": false, | |
6 "toTypeScript.fixUnreachableCode": false, | |
7 "toTypeScript.fixUnusedLabel": false, | |
2113 | 8 "toTypeScript.forgottenThisPropertyAccess": false, |
2196
5ee5e17a3fd3
help vscode pytest runner work with pdm
drewp@bigasterisk.com
parents:
2143
diff
changeset
|
9 "python.formatting.provider": "yapf", |
5ee5e17a3fd3
help vscode pytest runner work with pdm
drewp@bigasterisk.com
parents:
2143
diff
changeset
|
10 "python.testing.pytestEnabled": true, |
5ee5e17a3fd3
help vscode pytest runner work with pdm
drewp@bigasterisk.com
parents:
2143
diff
changeset
|
11 "python.testing.pytestPath": "./bin/pytest", |
5ee5e17a3fd3
help vscode pytest runner work with pdm
drewp@bigasterisk.com
parents:
2143
diff
changeset
|
12 "python.analysis.enablePytestSupport": true |
2047 | 13 } |