mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 04:35:14 +01:00
icon: ensure icon refresh on macOS for new stable icon
This commit is contained in:
@@ -59,7 +59,7 @@ import { touch } from 'vs/base/node/pfs';
|
||||
|
||||
export class CodeApplication {
|
||||
|
||||
private static APP_ICON_REFRESH_KEY = 'macOSAppIconRefresh2';
|
||||
private static APP_ICON_REFRESH_KEY = 'macOSAppIconRefresh3';
|
||||
|
||||
private toDispose: IDisposable[];
|
||||
private windowsMainService: IWindowsMainService;
|
||||
|
||||
Reference in New Issue
Block a user