Skip to content

Conversation

@kevineger
Copy link
Member

The language client maintains ownership of the vscode-languageclient/node LanguageClient, binding the correct middleware and pipe-ing the stream to be LSP compliant.

Here we need to add ws and @types/ws to support the WebSocket communication.

Minor update to Updated src/test/helpers/uri.ts ensuring we correctly parse URIs with port numbers.

The language client maintains ownership of the `vscode-languageclient/node` `LanguageClient`, binding the correct middleware and `pipe`-ing the stream to be LSP compliant.

Here we need to add `ws` and `@types/ws` to support the `WebSocket` communication.

Minor update to `Updated src/test/helpers/uri.ts` ensuring we correctly parse URIs with port numbers.
Copy link
Contributor

@amtoney524 amtoney524 left a comment

Choose a reason for hiding this comment

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

exciting!!

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