elixir-tools / gen_lsp

A behaviour for creating language servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server to Client requests

mhanberg opened this issue · comments

Description

In order for the server to request a capability from the client, it needs to be able to send requests.

This will be necessary for workspace did change notifications