mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
@@ -318,7 +318,7 @@ export namespace TaskDTO {
|
||||
}
|
||||
if (value.group !== undefined) {
|
||||
result.group = types.TaskGroup.from(value.group._id);
|
||||
if (result.group) {
|
||||
if (result.group && value.group.isDefault) {
|
||||
result.group = new types.TaskGroup(result.group.id, result.group.label);
|
||||
if (value.group.isDefault) {
|
||||
result.group.isDefault = value.group.isDefault;
|
||||
|
||||
Reference in New Issue
Block a user