()
| 92 | } |
| 93 | |
| 94 | export function getGlobalContextFilePath(): string { |
| 95 | return path.join(getIndexFolderPath(), "globalContext.json"); |
| 96 | } |
| 97 | |
| 98 | export function getSharedConfigFilePath(): string { |
| 99 | return path.join(getContinueGlobalPath(), "sharedConfig.json"); |
no test coverage detected