Skip to content

Extension works for small code snippets (20-30 lines) but freezes/fails for longer code (40+ lines) due to VS Code API changes #170

@mmmalt

Description

@mmmalt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions