Skip to content

v1.22.1

Choose a tag to compare

@JoeRobich JoeRobich released this 14 Jun 17:46
13bd1ea
  • Added LSP handler for textDocument/codeAction request. (PR: omnisharp-roslyn/#1795)
  • Expose a custom LSP omnisharp/client/findReferences command via code lens (meant to be handled by LSP client). (PR: #omnisharp-roslyn/1807)
  • Added DirectoryDelete option to FileChangeType allowing clients to report deleted directories that need to be removed (along all the files) from the workspace (PR: #3829, PR: omnisharp-roslyn/#1821)
  • Do not crash when plugin assembly cannot be loaded (omnisharp-roslyn/#1307, PR: omnisharp-roslyn/#1827)
  • Update browser launch regex to support non-default logging frameworks (#3842)
  • Improved support for Codespaces