()
| 288 | } |
| 289 | |
| 290 | function getLegacyUserSettingsFilePath(): string { |
| 291 | return join(getLegacyClaudeConfigHomeDir(), getUserSettingsFilePath()) |
| 292 | } |
| 293 | |
| 294 | function getCanonicalRelativeSettingsFilePathForSource( |
| 295 | source: 'projectSettings' | 'localSettings', |
no test coverage detected