Summarized Changelog:
- Review comments and summaries are editable in the review tab.
- Checks statuses are included in the build status page of a PR item.
- Avoid stalls when opening a branch associated with a PR that has a large (>1MB) patch.
- Show a friendly message when the network isn't available, and attempt to reconnect when the network becomes available again.
- Improve handling of .gitignore edge cases.
- Add a new injection point setting to support parsing Rust macros via language injection.
- Show Tree-sitter grammars in the grammar selector.
- Assign originalFontSize when the Workspace is initialized.
- Add pcre2 ripgrep option for find-and-replace operations.
- Add noexcept and mutable and remove _Atomic from tree-sitter-cpp.
- Fix auto-indent when the previous line ends with a comment with a quote in language-javascript.
- Allow JS snippets to be used in Flow files.
- Fix syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3.