提交 a8c58cf5 编写于 作者: A Alex Ross

Fix Configure task entry in tasks quick pick

Fixes #93834
上级 05f9b995
......@@ -194,7 +194,8 @@ export class TaskQuickPick extends Disposable {
picker.dispose();
return this.toTask(firstLevelTask);
} else {
return;
picker.dispose();
return firstLevelTask;
}
} while (1);
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册