提交 17813ce4 编写于 作者: A Alex Ross

Open command options are not mixed-in in the right order

上级 eea86484
......@@ -402,7 +402,7 @@ function registerOpenEditorAPICommands(): void {
}
return [
{ ...(options ?? Object.create(null)), ...context.editorOptions },
{ ...context.editorOptions, ...(options ?? Object.create(null)) },
context.sideBySide ? SIDE_GROUP : column
];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册