-
Notifications
You must be signed in to change notification settings - Fork 18
Distribute language server via npm package #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@ggreif, would you be interested in helping me test this language server on Emacs at some point (low priority)? |
I would like to use the Motoko Language Server for Zed. |
@rvanasa |
We could revisit this, although it would be good for someone familiar with Vim / Emacs / Zed to be part of the effort to make sure that it works as expected. |
This PR exposes the new TypeScript-based language server as an npm package (tentatively named
mo-ide
) which can be used in place of the original binary which powers thedfx _language-service
subcommand.TODO:
stdio
,node-ipc
, andsocket
from vscode-languageserver)mo-ide
binaries for GitHub releases (using pkg)Please leave a comment if you are interested in using the Motoko language server with Vim or Emacs. Thanks!