src/extension/update.ts (2 lines): - line 32: const { protocol, port, host, auth } = urlParse(proxy); // TODO: Consider migrating to to URL? - line 55: // TODO: Handle/test http proxies. src/panel/table.tsx (1 line): - line 35: ref={ele => { // TODO: ForwardRef for Group src/extension/regionToSelection.ts (1 line): - line 9: if (!region) return new Selection(0, 0, 0, 0); // TODO: Decide if empty regions should be pre-filtered. src/extension/index.ts (1 line): - line 130: if (store.logs.some(log => log._uri === doc.uri.toString())) return; // TODO: Potentially redundant, need to verify.