(scope Scope, keyPath string)
| 50 | LoadAll() map[string]ScopedConfig |
| 51 | Set(scope Scope, keyPath string, value any) (savedPath string, err error) |
| 52 | Unset(scope Scope, keyPath string) (found bool, savedPath string, err error) |
| 53 | } |
| 54 | |
| 55 | // spec is the static metadata for one editor. pathFn is called late so |
no outgoing calls