Skip to content

Commit dc897c6

Browse files
authored
1 parent ac6d6b7 commit dc897c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/update/electron-main/updateService.win32.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Win32UpdateService extends AbstractUpdateService {
5353

5454
@memoize
5555
get cachePath(): Promise<string> {
56-
const result = path.join(tmpdir(), `vscode-update-${this.productService.target}-${process.arch}`);
56+
const result = path.join(tmpdir(), `vscode-${this.productService.quality}-${this.productService.target}-${process.arch}`);
5757
return pfs.Promises.mkdir(result, { recursive: true }).then(() => result);
5858
}
5959

0 commit comments

Comments
 (0)