tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
83 stars 17 forks source link

Language server is not correctly reporting server capabilities when first initialised #22

Closed tintoy closed 6 years ago

tintoy commented 6 years ago

As first reported in tintoy/msbuild-project-tools-vscode#12, the server's response to the initialize request does not correctly report server capabilities.

This was due to a bug in the OmniSharp LSP implementation, but was rectified in v0.4.1.

CC: @LucasBullen

tintoy commented 6 years ago

New release on the way :)