Skip to content

Releases: OmniSharp/csharp-language-server-protocol

v0.12.0

19 Mar 17:06
7d8567c
Compare
Choose a tag to compare

Update LSP spec to 3.14.0

New matcher to help with `*/resolve` methods

16 Feb 18:20
3f0a57a
Compare
Choose a tag to compare
Merge pull request #76 from OmniSharp/preprocessing

Added preprocessing for notifications

Implement configurable logging level for language server

13 Feb 18:05
v0.7.9
039aa27
Compare
Choose a tag to compare
v0.7.9

Implement configurable log level for language server

Implement configurable logging level for language server

13 Feb 18:00
v0.7.8
Compare
Choose a tag to compare
v0.7.8

Implement configurable log level for language server

v0.7.7: Merge pull request #68 from OmniSharp/fix/routing

02 Feb 04:24
023ac40
Compare
Choose a tag to compare
Updated to fix an issue where routing wouldn't work correctly

v0.7.6

31 Jan 22:22
6960413
Compare
Choose a tag to compare
  • Fixed an issue where handler descriptors would fail to be created if a given handler implemented two or more interfaces where one interface has IRegistration<> and the other does not.
  • Enable opting out of language server's default logging behaviour

v0.7.5: Merge pull request #63 from OmniSharp/fix/init

29 Jan 19:06
bbbb6ec
Compare
Choose a tag to compare
fixed initialize not working correctly, added additional logging

Fixed issue with shutdown

16 Jan 16:42
0fef034
Compare
Choose a tag to compare
Merge pull request #60 from tintoy/fix/server/invalid-params

Enable handling of requests with no parameters.

Less Specy, more better!

10 Jan 01:02
1158fd8
Compare
Choose a tag to compare
Merge pull request #59 from OmniSharp/fix/52

Fixes #52

v0.7.2: Merge pull request #50 from OmniSharp/refactor/protocol

04 Dec 03:27
61c4255
Compare
Choose a tag to compare
[Breaking] Split protocol into it's own project