Skip to content

Guides for common patterns #17

Description

@mhanberg

Description

I am starting to see patterns that are not necessarily opportunities (yet?) for library features, but should be documented in some way to help folks when implementing their own LSPs.

For example, in elixir-tools/credo-language-server#14, I noticed the problem of getting cascading runs of Tasks running Credo going and reporting progress, so I used a Task.Supervisor.async_nolink to monitor the tasks to report the progress end, and which gave me the ability to "cancel" the in flight tasks.

In the future, I can see many more patterns developing, so it'll be good to get a create a place to put them

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions