We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4b3f7 commit f093cb4Copy full SHA for f093cb4
1 file changed
packages/core/src/fscache.ts
@@ -30,7 +30,7 @@ export class FsCache<K, V> implements WorkspaceFileCache<any, any> {
30
}
31
32
private cacheFilename(sha: string) {
33
- return join(this.folder(), this.name, sha + ".json")
+ return join(this.folder(), sha + ".json")
34
35
36
async get(key: any): Promise<any> {
0 commit comments