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 1c298e2774
commit 1f8b26efc6
7 changed files with 619 additions and 28 deletions
+1
View File
@@ -67,6 +67,7 @@ const createMockTextBufferState = (
transformedToLogicalMaps: lines.map(() => []),
visualToTransformedMap: [],
},
pastedContent: {},
...partial,
};
};