Absolute path of the config file, or null when unsupported (web).
()
| 257 | setConfig(next: AppConfigPortable): Promise<void> |
| 258 | /** Absolute path of the config file, or null when unsupported (web). */ |
| 259 | getConfigPath(): Promise<string | null> |
| 260 | /** Create the config file if needed and reveal it in the OS file manager. */ |
| 261 | revealConfigFile(): Promise<void> |
| 262 | /** Subscribe to external edits of the config file (e.g. a synced dotfile or |