()
| 36 | * Get the settings file path |
| 37 | */ |
| 38 | export const getSettingsPath = (): string => { |
| 39 | return path.join(getConfigDir(), 'settings.json') |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Ensure the config directory exists, creating it if necessary |
no test coverage detected