Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

# 2.152.x

* Update Roslyn to 5.12.0-1.26453.19 (PR: [#9731](https://github.com/dotnet/vscode-csharp/pull/9731))
* Allow Razor to supply editorconfig options during code action cleanup (PR: [#85128](https://github.com/dotnet/roslyn/pull/85128))
* Fix completion crash with stale linked documents (PR: [#85134](https://github.com/dotnet/roslyn/pull/85134))
* Use vscode-uri semantics for parsing URIs (PR: [#83593](https://github.com/dotnet/roslyn/pull/83593))
* Prevent type rename from renaming ordinary Finalize methods (PR: [#85126](https://github.com/dotnet/roslyn/pull/85126))
* Update the condition used to include the CodeStyle .globalconfig (PR: [#80540](https://github.com/dotnet/roslyn/pull/80540))

# 2.151.x
* Update Roslyn to 5.12.0-1.26452.1 (PR: [#9725](https://github.com/dotnet/vscode-csharp/pull/9725))
* Ignore spurious TypeScript diagnostics caused by Razor code (PR: [#85129](https://github.com/dotnet/roslyn/pull/85129))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"workspace"
],
"defaults": {
"roslyn": "5.12.0-1.26452.1",
"roslyn": "5.12.0-1.26453.19",
"omniSharp": "1.39.14",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "18.10.12014.341",
Expand Down
Loading