Skip to content

Tags: tinaschrepfer/csharp-language-server-protocol

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request OmniSharp#50 from OmniSharp/refactor/protocol

[Breaking] Split protocol into it's own project

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request OmniSharp#43 from tintoy/feature/language-client

Initial port of LSP client from tintoy/dotnet-language-client.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request OmniSharp#42 from OmniSharp/serially-parallel

Serially parallel

v0.6.3

Toggle v0.6.3's commit message
pattern match fail

v0.6.2

Toggle v0.6.2's commit message
fixed string formatting in log critical call

v0.6.1

Toggle v0.6.1's commit message
skip symbol publish

v0.6.0

Toggle v0.6.0's commit message
Merge pull request OmniSharp#41 from OmniSharp/fix/didchange-callback

Fix/didchange callback

v0.5.1

Toggle v0.5.1's commit message
Merge pull request OmniSharp#40 from OmniSharp/fix/HandlerDescriptor-…

…equality

Added new equals and additional tests for HandlerDescriptor

v0.5.0

Toggle v0.5.0's commit message
Merge pull request OmniSharp#38 from OmniSharp/fix/error

Breaking: Error object was misshaped, textdocumentsync double registered.

v0.4.1

Toggle v0.4.1's commit message
Merge pull request OmniSharp#37 from OmniSharp/hashandler-fix

Updated capabilities to indicate which handler they are tied too, th…