Skip to content

Commit

Permalink
Add ability to search in diff view (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
blalond authored Oct 19, 2022
1 parent 1fb8149 commit b9a5b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class DiffViewerProvider implements vscode.CustomTextEditorProvider {
return vscode.window.registerCustomEditorProvider(DiffViewerProvider.VIEW_TYPE, new DiffViewerProvider(args), {
webviewOptions: {
retainContextWhenHidden: true,
enableFindWidget: true,
},
supportsMultipleEditorsPerDocument: false,
});
Expand Down

0 comments on commit b9a5b51

Please sign in to comment.