Files @ f13124540331
Branch filter:

Location: light9/.vscode/settings.json

drewp@bigasterisk.com
factor out typedValue, add many tests, and fail to get it to work
{
  "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"
}