parent
51e599754e
commit
09cc4e79f3
|
@ -204,8 +204,8 @@ CommandsRegistry.registerCommand({
|
|||
|
||||
if (resources.length === 2) {
|
||||
return editorService.openEditor({
|
||||
original: { resource: resources[1] },
|
||||
modified: { resource: resources[0] },
|
||||
original: { resource: resources[0] },
|
||||
modified: { resource: resources[1] },
|
||||
options: { pinned: true }
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue