You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've seen some lsp-mode language server is using similar script to download binary from artifact server.
Should we promote dap-utils to lsp-mode so the code between dap-mode and lsp-mode can further being shared?
Also it can help provide helper for new language server (even existing one) to work out-of-box.
The text was updated successfully, but these errors were encountered:
IMO this is the way to go. Reusing the language servers that are bundled with vscode extension is probably the easiest way to achieve automatic installation.
Hi, I've seen some
lsp-mode
language server is using similar script to download binary from artifact server.Should we promote
dap-utils
tolsp-mode
so the code betweendap-mode
andlsp-mode
can further being shared?Also it can help provide helper for new language server (even existing one) to work out-of-box.
The text was updated successfully, but these errors were encountered: