mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fixes #26184
This commit is contained in:
committed by
Dirk Baeumer
parent
fff0136ca6
commit
a0a1b9e0d6
@@ -149,7 +149,7 @@ export class CommandCenter {
|
||||
return await commands.executeCommand<void>('vscode.open', right);
|
||||
}
|
||||
|
||||
return await commands.executeCommand<void>('vscode.diff', left, right, title);
|
||||
return await commands.executeCommand<void>('vscode.diff', left, right, title, { preview: true });
|
||||
}
|
||||
|
||||
private getLeftResource(resource: Resource): Uri | undefined {
|
||||
|
||||
Reference in New Issue
Block a user