提交 34de5e50 编写于 作者: A Alex Ross

Tasks: Do not select `Go back` by default

and isolate it from the other options
Fixes #93923
上级 81278ba8
......@@ -240,7 +240,9 @@ export class TaskQuickPick extends Disposable {
let taskQuickPickEntries: QuickPickInput<TaskTwoLevelQuickPickEntry>[];
if (tasks.length > 0) {
taskQuickPickEntries = tasks.map(task => this.createTaskEntry(task));
taskQuickPickEntries.unshift({
taskQuickPickEntries.push({
type: 'separator'
}, {
label: nls.localize('TaskQuickPick.goBack', 'Go back ↩'),
task: null
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册