Visual Studio client side APIs for interacting with a Language Server Protocol enabled server.
Info
Version: | 17.12.48 |
Author(s): | Microsoft |
Last Update: | Tuesday, November 12, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://aka.ms/vslsp |
NuGet Url: | https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Client |
Install
Install-Package Microsoft.VisualStudio.LanguageServer.Client
dotnet add package Microsoft.VisualStudio.LanguageServer.Client
paket add Microsoft.VisualStudio.LanguageServer.Client
Microsoft.VisualStudio.LanguageServer.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.VisualStudio.LanguageServer.Protocol(>= 16.8.146)
- Microsoft.VisualStudio.CoreUtility(>= 16.8.147)
- Microsoft.VisualStudio.Shell.Framework(>= 16.7.30204.53)
- Microsoft.VisualStudio.Utilities(>= 16.7.30203.189)
- StreamJsonRpc(>= 2.4.48)
Tags