view .vscode/settings.json @ 134:d3d6a1f62222

try to handle patch apply errors. very untested, but it should log some stuff
author drewp@bigasterisk.com
date Mon, 29 May 2023 23:20:55 -0700
parents 456dfdfd2be6
children
line wrap: on
line source

{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.formatting.provider": "yapf",

  "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
  "python.analysis.extraPaths": ["__pypackages__/3.9/lib"]
}