Skip to content

Setup VS Code Client and Initialize LSP #3

@Francisco-Galindo

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.

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