( source: 'projectSettings' | 'localSettings', )
| 386 | } |
| 387 | |
| 388 | export function getRelativeSettingsFilePathForSource( |
| 389 | source: 'projectSettings' | 'localSettings', |
| 390 | ): string { |
| 391 | return getCanonicalRelativeSettingsFilePathForSource(source) |
| 392 | } |
| 393 | |
| 394 | export function getSettingsForSource( |
| 395 | source: SettingSource, |
no test coverage detected