Files @ 33f65e2d0e59
Branch filter:

Location: light9/.vscode/settings.json

drewp@bigasterisk.com
who needs a single emitter of all graph change events that anyone on the page can find?
if it's you, revert this change
1
2
3
4
5
6
7
8
9
{
  "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
  "python.analysis.extraPaths": ["__pypackages__/3.9/lib"],
  "python.analysis.diagnosticMode": "workspace",
  "cmake.configureOnOpen": false,
  "toTypeScript.fixUnreachableCode": false,
  "toTypeScript.fixUnusedLabel": false,
  "toTypeScript.forgottenThisPropertyAccess": false
}