We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6a00e commit d6a5b48Copy full SHA for d6a5b48
src/views/viewCommands.ts
@@ -1419,7 +1419,8 @@ export class ViewCommands implements Disposable {
1419
void executeCommand<DiffWithCommandArgs>(command.command, args);
1420
break;
1421
}
1422
- case 'gitlens.diffWithPrevious' satisfies GlCommands: {
+ case 'gitlens.diffWithPrevious' satisfies GlCommands:
1423
+ case 'gitlens.diffWithPrevious:views' satisfies GlCommands: {
1424
const [, args] = command.arguments as [Uri, DiffWithPreviousCommandArgs];
1425
args.showOptions!.preview = false;
1426
void executeEditorCommand<DiffWithPreviousCommandArgs>(
0 commit comments