* Get the path to the managed settings file based on the current platform
()
| 56 | * Get the path to the managed settings file based on the current platform |
| 57 | */ |
| 58 | function getManagedSettingsFilePath(): string { |
| 59 | return join(getManagedFilePath(), 'managed-settings.json') |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Load file-based managed settings: managed-settings.json + managed-settings.d/*.json. |
no outgoing calls
no test coverage detected