| 567 | // ============================================================================ |
| 568 | |
| 569 | export interface AcodeApi { |
| 570 | registerFormatter: ( |
| 571 | id: string, |
| 572 | extensions: string[], |
| 573 | formatter: () => Promise<boolean>, |
| 574 | label: string, |
| 575 | ) => void; |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * Uri utility interface |
nothing calls this directly
no outgoing calls
no test coverage detected