Skip to content

Continue evaluation after non-fatal errors, and accumulate/display the errors, so that users can use the additional evaluated data (for hovers, references, etc.) #19

Open
@harrisont

Description

@harrisont

Right now errors throw an exception and stop the evaluation. This issue is to instead continue the evaluating even after hitting non-fatal errors. This involves:

  • Distinguish between fatal and non-fatal errors, and determine which each error is.
  • Track the errors in the context.evaluatedData.
  • Change diagnosticProvider.ts and server.ts to handle the multiple errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions