The CodeSnap-plus extension runs perfectly when capturing small code blocks (around 20-30 lines). However, it stops working, freezes completely, or becomes unresponsive when the selected code length increases to dozens of lines.VS Code Version: 1.114.0 (Latest Stable, 2026-04)I believe the issue is caused by VS Code underlying API changes (editor trigger events, event handling mechanisms, etc.). The legacy event processing logic in the extension cannot handle the increased event pressure or new API behavior when rendering longer code snippets, resulting in freezing and functional failure.
The CodeSnap-plus extension runs perfectly when capturing small code blocks (around 20-30 lines). However, it stops working, freezes completely, or becomes unresponsive when the selected code length increases to dozens of lines.VS Code Version: 1.114.0 (Latest Stable, 2026-04)I believe the issue is caused by VS Code underlying API changes (editor trigger events, event handling mechanisms, etc.). The legacy event processing logic in the extension cannot handle the increased event pressure or new API behavior when rendering longer code snippets, resulting in freezing and functional failure.