csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Language Server Protocol in C#

Results 178 csharp-language-server-protocol issues
Sort by recently updated
recently updated
newest added

Hi guy's, thank you for this awesome library, it made implementing a languageserver for a in-house language a breeze! As a next step, I wanted to implement debugging capabilities. However,...

Using a patched homebrew installation of omnisharp (https://github.com/OmniSharp/homebrew-omnisharp-roslyn/pull/18), I am not able to start the language server. Note I am using omnisharp via mono (as opposed to the .NET Core...

If I use a separate logger factory with its own ILogger interface implementation for the WithLoggerFactory call, then it is not possible to simply return zero in the implementation of...

I am trying to use Omnisharp with Kate Text Editor through their LSP client implementation. However, the semantic tokens implementation fails with this error: ``` OmniSharp.Extensions.JsonRpc.InputHandler: Failed to handle request...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/vscode](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode)) | [`1.88.0` -> `1.89.0`](https://renovatebot.com/diffs/npm/@types%2fvscode/1.88.0/1.89.0) |...

:package: dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Nerdbank.Streams](https://togithub.com/AArnott/Nerdbank.Streams) | `2.10.72` -> `2.11.72` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Nerdbank.Streams/2.11.72?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xunit](https://togithub.com/xunit/xunit) | `2.7.1` -> `2.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.7` -> `20.12.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.12.8) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Bogus](https://togithub.com/bchavez/Bogus) | `35.5.0` -> `35.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Bogus/35.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Inquiring minds! Given the significant C# change to no longer use OmniSharp for the C# VSCode experience, beyond Omnisharp being used in [bicep](https://github.com/Azure/bicep/tree/main/src/Bicep.LangServer), what is the real drivers to ensure...