Files @ e5fceabc6909
Branch filter:

Location: light9/.vscode/settings.json

drewp@bigasterisk.com
add types and DeviceSettings
{
  "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
}