protobuflab / protobuf-langserver

MIT License
0 stars 1 forks source link

Create initial LanguageServer skeleton #13

Closed NTaylorMullen closed 5 years ago

NTaylorMullen commented 5 years ago

We'll depend on https://www.nuget.org/packages/OmniSharp.Extensions.LanguageServer/. Source is https://github.com/OmniSharp/csharp-language-server-protocol

For most things I'd recommend checking out https://github.com/aspnet/Razor.VSCode/tree/master/src/Microsoft.AspNetCore.Razor.LanguageServer as a reference

NTaylorMullen commented 5 years ago

Done :thuglife: