Skip to content

Expose language-server connection or config #69

@agoose77

Description

@agoose77

Initial checklist

Problem

I would like to access the configuration sent by the LSP client to the language server, but it is not exposed.

Current solutions

I'm currently writing the config to the file system, and checking (via stat) for changes to this file during runs. This is not ideal for performance.

Proposed solutions

Expose either the raw LSP connection object so that one can extend the LSP gracefully, or accept it as an argument that can be passed in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🤞 phase/openPost is being triaged manually

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions