kenkangxgwe / lsp-wl

A Wolfram Language Server
MIT License
212 stars 22 forks source link

fix issue #25 #26

Closed dalanicolai closed 4 years ago

dalanicolai commented 4 years ago

I was able to fix this issue by changing the string to a list as expected by the protocol

kenkangxgwe commented 4 years ago

Thanks for the PR. It has been cherry-picked into the develop branch as 060193d09975545e7019b38c41ed7d575d08e66b, you can safely delete your branch.

dalanicolai commented 4 years ago

Actually the server messages the following btw: "These dependencies with correct versions need to be installed or upgraded: AST-0.15, Lint-0.15, otherwise the server may malfunctio, even though I have version 0.15.1 installed of both of them. But it seems to work fine anyway

kenkangxgwe commented 4 years ago

You seem to be on master, Feel free to checkout develop if you wanna suppress the warning for the time being.

dalanicolai commented 4 years ago

:+1: