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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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