diff --git a/src/webview/columns/ascii-column.tsx b/src/webview/columns/ascii-column.ts similarity index 99% rename from src/webview/columns/ascii-column.tsx rename to src/webview/columns/ascii-column.ts index b21c8b7..319d45a 100644 --- a/src/webview/columns/ascii-column.tsx +++ b/src/webview/columns/ascii-column.ts @@ -32,7 +32,6 @@ export class AsciiColumn implements ColumnContribution { readonly id = 'ascii'; readonly label = 'ASCII'; readonly priority = 3; - render(range: BigIntMemoryRange, memory: Memory, options: TableRenderOptions): ReactNode { const startOffset = toOffset(memory.address, range.startAddress, options.wordSize); const endOffset = toOffset(memory.address, range.endAddress, options.wordSize);