Create the config file if needed and reveal it in the OS file manager.
()
| 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 |
| 263 | * a hand-edit). The callback receives the new portable config. */ |
| 264 | onConfigChange(cb: (next: AppConfigPortable) => void): () => void |