Closed Guldoman closed 6 months ago
The check means that the LSP server still works. And some of those "errors" are probably not related to this PR. I need to verify.
Yeah, you can remove the ones that are just the server using stderr
as a logging output.
@PerilousBooklet could you test with the latest changes?
Right away.
[WIP]
The
language
config entry can now be either astring
which will be used in every case, or an array.In the array case, it's expected that each entry is a table with
id
andpattern
properties. Theid
represents thelanguageId
to be used in the case thepattern
matches with the file path. Each entry is tested in order, and the first match is used. If no match is found, the extension is used aslanguageId
.TODO:
languageId
README