Alright thanks, I wasn't aware of the extracted versions. I still think vscode-json-languageserver should be included, as this is the "original" program and not everybody might know or use the extracted langservers you're quoting. On December 19, 2022 1:42:54 PM GMT+01:00, Brian Leung wrote: >Benjamin Orthen writes: > >> In lisp/progmodes/eglot.el:192, >> "vscode-json-languageserver" >> (https://www.npmjs.com/package/vscode-json-languageserver) is spelled as "vscode-json-language-server", >> which causes eglot to fail to find the executable. > >It's not a spelling error; >https://github.com/hrsh7th/vscode-langservers-extracted exposes an >executable with that name. If you happen to use Nix, the >nodePackages.vscode-langservers-extracted provides additional >executables for HTML, CSS, and more. > >We could add vscode-json-languageserver as an additional executable to eglot-server-programs. >