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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.142.x
* Update Roslyn to 5.8.0-1.26262.9 (PR: [#9293](https://github.com/dotnet/vscode-csharp/pull/9293))
* Fix doc comment autocomplete corrupting declarations with existing /// (PR: [#83648](https://github.com/dotnet/roslyn/pull/83648))
* Throw content modified for stale code action resolve request (PR: [#83612](https://github.com/dotnet/roslyn/pull/83612))
* Update Razor to 10.4.0-preview.26262.9 (PR: [#9293](https://github.com/dotnet/vscode-csharp/pull/9293))
* Don't crash lowering a generic component type argument with mixed literal/expression content (PR: [#83645](https://github.com/dotnet/roslyn/pull/83645))
* Avoid _ collision in bind-*:after property accessor (PR: [#83572](https://github.com/dotnet/roslyn/pull/83572))
* Fix ArgumentOutOfRangeException when orphan end tag follows HTML text (PR: [#83574](https://github.com/dotnet/roslyn/pull/83574))
* Fix formatting of multiline expressions in attributes (PR: [#83566](https://github.com/dotnet/roslyn/pull/83566))
* Implement call hierarchy LSP methods in Razor (PR: [#83548](https://github.com/dotnet/roslyn/pull/83548))
* Add prepareRename support to Razor (PR: [#83599](https://github.com/dotnet/roslyn/pull/83599))
Comment thread
davidwengier marked this conversation as resolved.
* Update Roslyn to 5.8.0-1.26256.6 (PR: [#9291](https://github.com/dotnet/vscode-csharp/pull/9291))
* Allow LSP character position to go beyond line length (PR: [#83595](https://github.com/dotnet/roslyn/pull/83595))
* Fix leaked event handlers in AbstractRefreshQueue and ProjectSystemProject (PR: [#83561](https://github.com/dotnet/roslyn/pull/83561))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"workspace"
],
"defaults": {
"roslyn": "5.8.0-1.26256.6",
"roslyn": "5.8.0-1.26262.9",
"omniSharp": "1.39.14",
"razor": "10.4.0-preview.26256.6",
"razor": "10.4.0-preview.26262.9",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "18.7.11727.258"
},
Expand Down