Skip to content

Commit

Permalink
refactor: removed unused method (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener authored Nov 29, 2024
1 parent 342c797 commit 86d2b24
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ export class CustomWebSearchExtension implements Extension {
};
}

public getDefaultFileImage(): Image {
const path = this.assetPathResolver.getExtensionAssetPath("CustomWebSearch", "customwebsearch.svg");

return {
url: `file://${path}`,
};
}

public getI18nResources() {
return {
"en-US": {
Expand Down

0 comments on commit 86d2b24

Please sign in to comment.