Skip to content

Commit

Permalink
fix #153564
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jun 28, 2022
1 parent adecb6b commit f6786c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/tasks/common/taskConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ namespace CustomTask {
{
name: configuredProps.configurationProperties.name || contributedTask.configurationProperties.name,
identifier: configuredProps.configurationProperties.identifier || contributedTask.configurationProperties.identifier,
icon: contributedTask.configurationProperties.icon
icon: configuredProps.configurationProperties.icon
},

);
Expand Down

0 comments on commit f6786c8

Please sign in to comment.