Files @ e27a45d2b90a
Branch filter:

Location: light9/.vscode/settings.json

drewp@bigasterisk.com
suppress some ts warnings on already-broken code
{
  "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"
}