We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8fa36 commit 2fb658cCopy full SHA for 2fb658c
src/core/webview/ClineProvider.ts
@@ -897,7 +897,6 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
897
await fs.writeFile(path.join(cacheDir, filename), JSON.stringify(data))
898
}
899
900
- // not private, so it can be accessed from webviewMessageHandler
901
async readModelsFromCache(filename: string): Promise<Record<string, ModelInfo> | undefined> {
902
const filePath = path.join(await this.ensureCacheDirectoryExists(), filename)
903
const fileExists = await fileExistsAtPath(filePath)
0 commit comments