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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@prettier/plugin-xml](https://togithub.com/prettier/plugin-xml) | [`1.2.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/@prettier%2fplugin-xml/1.2.0/2.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@prettier%2fplugin-xml/2.2.0/age-slim)](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 | Type | Update | Change | |---|---|---|---| | [crazy-max/ghaction-github-labeler](https://togithub.com/crazy-max/ghaction-github-labeler) | action | major | `v3.1.1` -> `v4.0.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [FluentAssertions](https://www.fluentassertions.com/) ([source](https://togithub.com/fluentassertions/fluentassertions)) | nuget | minor | `6.6.0` -> `6.7.0` |...

[![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/mocha](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`8.0.0` -> `8.2.3`](https://renovatebot.com/diffs/npm/@types%2fmocha/8.0.0/8.2.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crazy-max/ghaction-github-labeler](https://togithub.com/crazy-max/ghaction-github-labeler) | action | minor | `v3.1.1` -> `v3.2.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit](https://togithub.com/xunit/xunit) | nuget | patch | `2.4.1` -> `2.4.2` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Snapper](https://theramis.github.io/Snapper/) ([source](https://togithub.com/theramis/Snapper)) | nuget | patch | `2.3.1` -> `2.3.2` |...

Pull-based diagnostics are being discussed at https://github.com/microsoft/language-server-protocol/issues/737 , and there's a proposal with an implementation at https://github.com/microsoft/vscode-languageserver-node/blob/main/protocol/src/common/proposed.diagnostic.md . I noticed that this repo sometimes implement proposals before they are finalized;...

With VS Code now available online (https://vscode.dev) I wonder if there are plans make the server work with web extensions (https://code.visualstudio.com/api/extension-guides/web-extensions)?

Apologies in advance if this is a super straightforward issue, but I've looked through the documentation and at various resources and I'm not able to completely grasp how to run...