Files @ bbd6816d9e9e
Branch filter:

Location: light9/.vscode/settings.json - annotation

drewp@bigasterisk.com
big optimization on effect editing. 50% time still in rebuildSettingsFromGraph though, and the rest is in setLabel
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
}