Skip to content

Commit dd456aa

Browse files
committed
refactor: drop eager pierre theme patch
1 parent 4a3aab4 commit dd456aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/diffs/src/render.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { VIEWER_LOADER_PATH } from "./viewer-assets.js";
1414
const DEFAULT_FILE_NAME = "diff.txt";
1515
const MAX_PATCH_FILE_COUNT = 128;
1616
const MAX_PATCH_TOTAL_LINES = 120_000;
17-
ensurePierreThemesRegistered();
1817

1918
function escapeCssString(value: string): string {
2019
return value.replaceAll("\\", "\\\\").replaceAll('"', '\\"');

0 commit comments

Comments
 (0)