提交 ba069052 编写于 作者: I isidor

fix save all across groups

上级 1cb7f355
......@@ -495,9 +495,9 @@ CommandsRegistry.registerCommand({
saveAllArg = true;
} else {
const fileService = accessor.get(IFileService);
saveAllArg = [];
contexts.forEach(context => {
const editorGroup = context.group;
saveAllArg = [];
editorGroup.getEditors().forEach(editor => {
const resource = toResource(editor, { supportSideBySide: true });
if (resource && (resource.scheme === 'untitled' || fileService.canHandleResource(resource))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册