icon: ensure icon refresh on macOS for new stable icon

This commit is contained in:
Benjamin Pasero
2017-11-02 11:12:57 +01:00
parent d14265436f
commit 7bb32809e4
+1 -1
View File
@@ -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;