feat: replace large text pastes with [Pasted Text: X lines] placeholder (#16422)

This commit is contained in:
Jack Wotherspoon
2026-01-21 21:09:24 -05:00
committed by GitHub
parent 27d21f9921
commit 75e4f492ab
7 changed files with 619 additions and 28 deletions
+1
View File
@@ -67,6 +67,7 @@ const createMockTextBufferState = (
transformedToLogicalMaps: lines.map(() => []),
visualToTransformedMap: [],
},
pastedContent: {},
...partial,
};
};