Skip to content
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

RPC Rewrite of Hoon Language Server #5

Merged
merged 3 commits into from
Jan 28, 2020

Conversation

liam-fitzgerald
Copy link
Member

Addresses #4 and acts as a dumb proxy between gall and the editor.

Copy link
Collaborator

@philipcmonk philipcmonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! I assume there's a corresponding urbit/urbit PR on its way.

const url = "http://localhost";
const app = "language-server";
const path = "/primary";
const ship = "zod";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually this should not be hardcoded, but it's fine for now.

@philipcmonk
Copy link
Collaborator

Since this is coupled to urbit/urbit, I wonder if we should add it to the monorepo under pkg/language-server or pkg/lsp? Is there release tooling that depends on it being in its own repo?

@liam-fitzgerald
Copy link
Member Author

Since this is coupled to urbit/urbit, I wonder if we should add it to the monorepo under pkg/language-server or pkg/lsp? Is there release tooling that depends on it being in its own repo?
Don't think so, all that needs to be done is to publish the npm package

@philipcmonk philipcmonk merged commit 8fca0a0 into urbit:master Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants