gluon-lang / gluon

A static, type inferred and embeddable language written in Rust.

Home Page:https://gluon-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language server doesn't work in VSCode

MarkuBu opened this issue · comments

Installed both gluon_repl and language server via cargo install. Both in $PATH (~/.cargo/bin). Can run the repl and language server in a terminal. But when I load a gluon file in VSCode I get this error:

[Error - 18:30:02] Starting client failed
Launching server using command gluon_language-server failed.

Also get the message

Couldn't start client gluon

Syntax Highlighting is working

Ubuntu 20.04, VSCode 1.63.2, rustc 1.58.1

Found the solution in this issue

gluon-lang/gluon_language-server#20