Skip to content

v1.37.2

Compare
Choose a tag to compare
@filipw filipw released this 09 Oct 14:54
df9d4fc
  • Updated MSBuild, MSBuild resolvers and Roslyn to match .NET Core 5.0 RC2 and VS 16.8 Preview 4. (PR: #1971, PR: #1974)
  • Decouple FixAll from the workspace (#1960, PR: #1962)
  • Added binding redirects for Microsoft.CodeAnalysis.Features and Microsoft.CodeAnalysis.CSharp.Features (PR: #1964)
  • Always log error responses with error level (PR: #1963)
  • Added support for override property completion. Warning: contains breaking change, as InsertText was removed from the response, please use TextEdit instead (PR: #1957)
  • Correctly handle that don't produce references (PR: #1956)
  • Marked /autocomplete endpoint as obsolete - the clients should be switching to /completion and /completion/resolve (PR: #1951)
  • Fixed escapes in regex completions (#1949, PR: #1950)
  • Fixed completion on part of existing string (omnisharp-vscode#4063, PR: #1941)
  • Fixed LSP completion item kinds (PR: #1940)
  • Added support for textDocument/implementation in LSP mode (PR: #1970)
  • Fixed namespace icon in completion response (omnisharp-vscode#4051, PR: #1936)
  • Improved performance of find implementations (PR: #1935)
  • Add support for new quick info endpoint when working with Cake (PR: #1945)
  • Add support for new completion endpoints when working with Cake (#1939, PR: #1944)
  • When an analyzer fails to load, log an error (PR: #1972)
  • Added support for 'extract base class' (PR: #1969)
  • OmniSharp.Path can only be set in user settings (PR: #1946)
  • Add support for code actions besides ApplyChangesOperation's (PR: #1724)