()
| 112 | } |
| 113 | |
| 114 | export function getConfigJsonPath(): string { |
| 115 | const p = path.join(getContinueGlobalPath(), "config.json"); |
| 116 | return p; |
| 117 | } |
| 118 | |
| 119 | export function getConfigYamlPath(ideType?: IdeType): string { |
| 120 | const p = path.join(getContinueGlobalPath(), "config.yaml"); |
no test coverage detected