Skip to content

Handle exeptions from feature provider #214

@lgeiger

Description

@lgeiger

Feature providers may throw exceptions which are currently unhandled which may result in a language server crash.

E.g.:

I suggest we wrap the calls to external feature providers in try/catch statements and return a ResponseError if they fail instead of leaving the exception unhandled.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions