Skip to content

Commit

Permalink
Merge pull request #7722 from dibarbet/update_roslyn
Browse files Browse the repository at this point in the history
Update Roslyn version
  • Loading branch information
dibarbet authored Nov 1, 2024
2 parents 1a7338e + 41b50a3 commit 9ec2178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.55.x
* Update Roslyn to 4.13.0-2.24531.3 (PR: [#7722](https://github.com/dotnet/vscode-csharp/pull/7722))
* Proffer project system query service (PR: [#75682](https://github.com/dotnet/roslyn/pull/75682))
* Ensure discards are initially soft selected in VSCode (PR: [#75655](https://github.com/dotnet/roslyn/pull/75655))
* Reduce allocations in VirtualCharService.CreateVirtualCharSequence (PR: [#75654](https://github.com/dotnet/roslyn/pull/75654))
* Reduce allocations in TextDocumentStates.AddRange (PR: [#75640](https://github.com/dotnet/roslyn/pull/75640))
* Update Razor to 9.0.0-preview.24531.4 (PR: [#7723](https://github.com/dotnet/vscode-csharp/pull/7723))
* Fix aggregate telemetry reliability (PR: [#11134](https://github.com/dotnet/razor/pull/11134))
* [FUSE] Fix OnAutoInsert and override completion and possible others (PR: [#11122](https://github.com/dotnet/razor/pull/11122))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"defaults": {
"roslyn": "4.13.0-2.24529.3",
"roslyn": "4.13.0-2.24531.3",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24531.4",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 9ec2178

Please sign in to comment.