提交 4816c4a3 编写于 作者: B Benjamin Pasero

fix broken picker

上级 5340c230
......@@ -358,9 +358,9 @@ export class QuickOpenController extends WorkbenchComponent implements IQuickOpe
let index = -1;
let context: IEntryRunContext;
entries.forEach((entry, i) => {
entries.forEach(entry => {
if (entry.shouldRunWithContext) {
index = i;
index = entry.index;
context = entry.shouldRunWithContext;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册