view .vscode/settings.json @ 129:69ba5b86ce6c

delay file writes a little, so the file io activity doesn't spike with patch rate
author drewp@bigasterisk.com
date Sat, 27 May 2023 19:06:48 -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"]
}