mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 18:02:01 -05:00
Changes file alt+right to be a diff on commit details quick pick
Changes file alt+right to be a diff on repo status quick pick
This commit is contained in:
@@ -120,12 +120,12 @@ export class OpenFileCommandQuickPickItem extends CommandQuickPickItem {
|
||||
return openEditor(this.uri, options);
|
||||
}
|
||||
|
||||
onDidSelect(): Promise<{} | undefined> {
|
||||
return this.execute({
|
||||
preserveFocus: true,
|
||||
preview: true
|
||||
});
|
||||
}
|
||||
// onDidSelect(): Promise<{} | undefined> {
|
||||
// return this.execute({
|
||||
// preserveFocus: true,
|
||||
// preview: true
|
||||
// });
|
||||
// }
|
||||
|
||||
onDidPressKey(key: Keys): Promise<{} | undefined> {
|
||||
return this.execute({
|
||||
|
||||
Reference in New Issue
Block a user