Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Separate Reach language server into a different repo #30

Open
ericglau opened this issue Apr 21, 2021 · 0 comments
Open

Separate Reach language server into a different repo #30

ericglau opened this issue Apr 21, 2021 · 0 comments

Comments

@ericglau
Copy link
Contributor

Currently this repo has two projects:
https://github.com/reach-sh/reach-ide/tree/master/server - which is the Reach language server
https://github.com/reach-sh/reach-ide/tree/master/client - which is the VS Code client that uses the Reach language server

It would be useful to separate code for the Reach language server into a different GitHub repo where it can be published separately as an npm package. Then the VS Code client and any other language client (such as for Vim or Sublime) can just pull it in as an npm dependency.

(It may not be strictly necessary to use a different repo -- the main suggestion here is to publish the server as an npm package. But separating the repos could make it cleaner since VS Code will just be one of the clients.)

@chrisnevers Any thoughts on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant