better icon for folders in task jump list

This commit is contained in:
Benjamin Pasero
2016-10-03 10:47:10 +02:00
parent 6c6f520eb1
commit 713e0597e5
+1 -1
View File
@@ -229,7 +229,7 @@ function main(accessor: ServicesAccessor, mainIpcServer: Server, userEnv: IProce
description: nls.localize('folderDesc', "{0} {1}", path.basename(folder), getPathLabel(path.dirname(folder))),
program: process.execPath,
args: folder, // open folder,
iconPath: process.execPath,
iconPath: 'explorer.exe', // simulate folder icon
iconIndex: 0
};
})