We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split the language server in its own npm module
Similar to this: znck/grammarly#138
I want to use language server with other editors (Emacs), not only for VSCode.
Start the language server with terminal, like what other language servers do:
server.ts --stdio
The text was updated successfully, but these errors were encountered:
I'm randomly ping someone here since I don't know who is in charge of this repo.
@GustavoASC @gustavosimon
Sorry, something went wrong.
Hello @jcs090218! Thanks for opening this issue! I'm in charge about this repo. I will work on it in a couple of days.
Any update for this?
Hello @jcs090218 !
Sorry, I'm could't see your issue yet!
But, feel free to submit a PR to implement this behavior.
Have a good day!
gustavosimon
No branches or pull requests
Suggestion
Split the language server in its own npm module
Similar to this: znck/grammarly#138
Use Cases
I want to use language server with other editors (Emacs), not only for VSCode.
Examples
Start the language server with terminal, like what other language servers do:
The text was updated successfully, but these errors were encountered: