Skip to content

[LSP] Fix ParseError enum variants #80

Description

@developerfred

Problem

The LSP references ParseError variants that don't exist.

Files Affected

  • tools/lsp/src/main.rs

Missing Variants:

  • ParseError::UnterminatedString
  • ParseError::InvalidNumber

Fix

These need to be replaced with valid ParseError variants or removed. Check the actual ParseError enum definition.

Priority

Medium

Labels

  • lsp

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