view .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
line wrap: on
line source

{
  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
  "python.analysis.extraPaths": ["__pypackages__/3.10/lib"],
  "python.analysis.diagnosticMode": "workspace",
  "cmake.configureOnOpen": false,
  "toTypeScript.fixUnreachableCode": false,
  "toTypeScript.fixUnusedLabel": false,
  "toTypeScript.forgottenThisPropertyAccess": false,
  "python.formatting.provider": "yapf",
  "python.testing.pytestEnabled": true,
  "python.testing.pytestPath": "./bin/pytest",
  "python.analysis.enablePytestSupport": true
}