non-Jedi / eglot-jl

Wrapper for using Julia LanguageServer.jl with emacs eglot
Creative Commons Zero v1.0 Universal
62 stars 11 forks source link

use explicit language-id #51

Closed RalphAS closed 1 month ago

RalphAS commented 2 months ago

The previous setting used mode names as language-id, which confused some instances of the language server.

rossviljoen commented 2 months ago

FYI this has been necessary since https://github.com/julia-vscode/LanguageServer.jl/commit/64742802be13b5ffa6037879773be62826fbf186

non-Jedi commented 1 month ago

Thanks!