You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Introduced a new /quickinfo endpoint to provide a richer set of information compared to /typeinfo. Consumers are encouraged to use it as their hover provider (#1808, PR: #1860)
Updated LSP hover provider to use the new QuickInfo based services (PR: #1870)
Fixed return type in LSP completion handler (#1864, PR: #1869)
Upgraded to the latest version of the csharp-language-server-protocol #1815
Added support for Roslyn EmbeddedLanguageCompletionProvider which enables completions for string literals for DateTime and Regex (#1871)
Improve performance of the textDocument/codeAction request. (PR: #1814)
Updated Roslyn to Roslyn version and tools to match .NET 5 Preview8 (PR: #1867)
Provide a warning when the discovered MSBuild version is lower than the minimumMSBuildVersion supported by the configured SDK (PR: #1875)
Use the real MSBuild product version during discovery (PR: #1876)