Skip to content

Commit

Permalink
Update razor (#7354)
Browse files Browse the repository at this point in the history
* Update razor

* Update CHANGELOG.md
  • Loading branch information
ryzngard authored Jul 16, 2024
1 parent c570b90 commit 3ee68e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
# 2.39.x
* Add language status bar item displaying project context for open files (PR: [#7321](https://github.com/dotnet/vscode-csharp/pull/7321), PR: [#7333](https://github.com/dotnet/vscode-csharp/pull/7333))
* Add language status bar item for workspace status (C# standalone) (PR: [#7254](https://github.com/dotnet/vscode-csharp/pull/7254), PR: [#7329])https://github.com/dotnet/vscode-csharp/pull/7329))
* Update Razor to 9.0.0-preview.24360.1 (PR: [#7327](https://github.com/dotnet/vscode-csharp/pull/7327))
* Update Razor to 9.0.0-preview.24365.1 (PR: [#7354](https://github.com/dotnet/vscode-csharp/pull/7354))
* Fix project info reading (PR: [#10623](https://github.com/dotnet/razor/pull/10623))
* Fix NRE when invoking completion in empty document (PR: [#10610](https://github.com/dotnet/razor/pull/10610))
* Improve perf in generator cache cases (PR: [#10577](https://github.com/dotnet/razor/pull/10577))
* Handle InsertReplaceEdit for completion (PR: [#10563](https://github.com/dotnet/razor/pull/10563))
* Use System.Text.Json for serialization (PR: [#10551](https://github.com/dotnet/razor/pull/10551))
Expand Down Expand Up @@ -39,7 +41,7 @@
* Bump xamltools to 17.12.35112.24 (PR: [#7309](https://github.com/dotnet/vscode-csharp/pull/7334))
* Fixed issue with Exception type related to https://github.com/microsoft/vscode-dotnettools/issues/1247
* Fixed Hot Reload not working on some Android device models: https://github.com/microsoft/vscode-dotnettools/issues/1241


# 2.38.16
* Start localizing additional strings (PR: [#7305](https://github.com/dotnet/vscode-csharp/pull/7305))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"defaults": {
"roslyn": "4.12.0-1.24359.11",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24360.1",
"razor": "9.0.0-preview.24365.1",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "17.12.35112.24"
},
Expand Down

0 comments on commit 3ee68e6

Please sign in to comment.