We need to establish the JSON-RPC connection between VS Code and the Server for so we can test the changes we do. **Checklist:** * [x] Scaffold VS Code extension (check [this](https://vscode-docs.readthedocs.io/en/stable/tools/yocode/). * [x] Configure `LanguageClient` to launch the server executable (made from `harels.go`). * [x] Implement server-side `initialize` request. * [x] Define `capabilities` (we only need `textDocumentSync` for now) in the server response. * [x] Redirect server `stderr` to the VS Code Output.