Skip to content

v2.15.30

Choose a tag to compare

@dibarbet dibarbet released this 10 Jan 19:48
· 2509 commits to main since this release
c6d3b91

Changes in 2.15.30

  • Update Roslyn to 4.10.0-1.24058.1 (PR: #6791)
    • Fix error when a source generated file was present in find references or go to definition requests (PR: #71395)
    • Remove usages of incorrectly licensed library (Microsoft.VisualStudio.LanguageServer.Protocol) for serialization of LSP json messages (PR: #68990)
    • Add custom Roslyn serialization code for LSP json messages (PR: #71141)
    • Use named executables for the language server process on Windows and Linux (PR: #71007)
    • Add back LSP request telemetry in CLaSP queue (PR: #71157)
  • Fix command enablement by using specific activation contexts for O#, Roslyn standalone, and Roslyn devkit (PR: #6782)
  • Update Razor to 7.0.0-preview.23627.2 (PR: #6770
    • Fixed issue where Razor trace level was ignored. New razor.server.trace setting created that is not ignored (PR: dotnet/razor#9745)
  • Update OmniSharp to 1.39.11 (PR: #6771)
  • Update checkForDevCert aka.ms link (PR: #6769)
  • Support debug apps running under mono runtime using vsdbg (PR: #6752)
  • Update debugger to 2.9.1 (PR: #6765)
  • Remove check for projectPath for resolveDebugConfiguration (PR: #6754)