mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-24 08:15:51 +01:00
better icon for folders in task jump list
This commit is contained in:
@@ -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
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user