Skip to content

Setup VS Code Client and Initialize LSP #3

Description

@Francisco-Galindo

We need to establish the JSON-RPC connection between VS Code and the Server for so we can test the changes we do.

Checklist:

  • Scaffold VS Code extension (check this.
  • Configure LanguageClient to launch the server executable (made from harels.go).
  • Implement server-side initialize request.
  • Define capabilities (we only need textDocumentSync for now) in the server response.
  • Redirect server stderr to the VS Code Output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions