RechInformatica / rech-editor-batch

Edit Batch files with Visual Studio Code
MIT License
21 stars 5 forks source link

Feature request: Run language server externally? #26

Open jcs090218 opened 1 year ago

jcs090218 commented 1 year ago

Suggestion

Split the language server in its own npm module

Similar to this: https://github.com/znck/grammarly/issues/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:

server.ts --stdio
jcs090218 commented 1 year ago

I'm randomly ping someone here since I don't know who is in charge of this repo.

@GustavoASC @gustavosimon

gustavosimon commented 1 year ago

Hello @jcs090218! Thanks for opening this issue! I'm in charge about this repo. I will work on it in a couple of days.

jcs090218 commented 1 year ago

Any update for this?

gustavosimon commented 1 year ago

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!