提交 49c5b17d 编写于 作者: I isidor

todo@isidor

上级 b6e0f97f
......@@ -473,6 +473,7 @@ function positionAndInput(editorGroupService: IEditorGroupService, editorService
}
export function getMultiSelectedEditorContexts(editorContext: IEditorIdentifier, listService: IListService): IEditorIdentifier[] {
// TODO@Isidor this method is not nice since it assumes it is working on open editors view and maps elements on top of that
const list = listService.lastFocusedList;
// Mapping for open editors view
const elementToContext = element => element && element.editorGroup && element.editorInput ? { group: element.editorGroup, editor: element.editorInput } : { group: element, editor: undefined };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册