elixir-tools / gen_lsp

A behaviour for creating language servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeActionKind should not be restricted to the values in the spec

mhanberg opened this issue · comments

Description

The spec states that the code action kinds is open to extension and the client can send up the ones that they support.

Currently, gen_lsp validates against a finite list of of kinds.

Blocked by elixir-tools/lsp_codegen#2