File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export const registerFindReplaceAction = (): Subscription => {
6060 description,
6161 steps : [
6262 {
63+ // fileFilter is a required property, but we want it to be a noop.
6364 fileFilter : ( ) => true ,
6465 editFile : ( path , text ) => {
6566 if ( ! text . includes ( findString ) ) {
@@ -89,7 +90,7 @@ export const registerFindReplaceAction = (): Subscription => {
8990 } )
9091 )
9192 sourcegraph . app . activeWindow ! . showNotification (
92- `[**Find-replace changes**](${ applyURL } ) are ready to preview and apply.<br/><br/> <small>${ diffStat . changed } changes made.</small>` ,
93+ `[**Find-replace changes**](${ applyURL } ) are ready to preview and apply.\n\n <small>${ diffStat . changed } changes made.</small>` ,
9394 sourcegraph . NotificationType . Success
9495 )
9596 } )
You can’t perform that action at this time.
0 commit comments