Files
CodeNomad/packages
VooDisss d36e568ed0 fix: Use legacy diff algorithm for better large file performance
- Set diffAlgorithm to 'legacy' for Monaco DiffEditor
- Add maxComputationTime of 10s to avoid UI freeze on huge files

This addresses the issue where sessions with large JSON files (50k-100k+ lines)
would cause the UI to freeze. The 'legacy' algorithm is faster than 'advanced'
for large files, similar to VSCode's workaround for the same issue.

See: https://github.com/microsoft/vscode/issues/184037
2026-02-23 02:30:44 +02:00
..
2026-02-22 17:32:28 +00:00
2026-02-22 16:53:51 +00:00
2026-02-22 16:53:51 +00:00
2026-02-22 16:53:51 +00:00