diff --git a/desktop/app/src/fb-stubs/IDEFileResolver.tsx b/desktop/app/src/fb-stubs/IDEFileResolver.tsx index 5ea614803..de55bbc9f 100644 --- a/desktop/app/src/fb-stubs/IDEFileResolver.tsx +++ b/desktop/app/src/fb-stubs/IDEFileResolver.tsx @@ -31,7 +31,11 @@ export abstract class IDEFileResolver { throw new Error('Method not implemented.'); } - static getBestPath(_paths: string[], _className: string): string { + static getBestPath( + _paths: string[], + _className: string, + _extension?: string, + ): string { throw new Error('Method not implemented.'); } }