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

Add missing json parse

上级 eb4f4694
......@@ -717,7 +717,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
const tasks: (Task | ConfiguringTask)[] = [];
for (const entry of recentlyUsedTasks.entries()) {
const key = entry[0];
const task = entry[1];
const task = JSON.parse(entry[1]);
const folder = this.getFolderFromTaskKey(key);
if (folder && !folderToTasksMap.has(folder)) {
folderToTasksMap.set(folder, []);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册