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

Decouple ProtocolEndpoint from client and server implementations #489

Merged
merged 1 commit into from
Jun 4, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Jun 4, 2017

This change decouples the ProtocolEndpoint class from the existing
client and server implementations for the language and debug services.
The goal here is to eventually decentralize all editor feature
implementations into individual classes, so separating out the
ProtocolEndpoint is the first step in achieving this. This class will
now be exposed in the framework as the IMessageSender interface.

This change also simplifies the LanguageServer/DebugAdapter client and
server implementations, removing some unnecessary abstraction and base
classes.

This change decouples the ProtocolEndpoint class from the existing
client and server implementations for the language and debug services.
The goal here is to eventually decentralize all editor feature
implementations into individual classes, so separating out the
ProtocolEndpoint is the first step in achieving this.  This class will
now be exposed in the framework as the IMessageSender interface.

This change also simplifies the LanguageServer/DebugAdapter client and
server implementations, removing some unnecessary abstraction and base
classes.
@daviwil daviwil added this to the 1.3.0 milestone Jun 4, 2017
@daviwil daviwil merged commit 7363f6e into PowerShell:master Jun 4, 2017
@daviwil daviwil deleted the decouple-protocol-endpoint branch June 4, 2017 20:48
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
…ter-whitespace

Enable code formatter to enforce consistent whitespace style
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