Skip to content

Commit

Permalink
Merge pull request #6573 from dibarbet/update_roslyn
Browse files Browse the repository at this point in the history
Update Roslyn version
  • Loading branch information
dibarbet authored Oct 20, 2023
2 parents cbd264c + 2525fd4 commit 6f85387
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 @@ -6,6 +6,11 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

## Latest
* Update Roslyn to 4.9.0-1.23519.13 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
* Filter completion list only with text before cursor (PR: [#70448](https://github.com/dotnet/roslyn/pull/70448))
* Bump MSBuild.StructuredLogger package version (PR: [#70157](https://github.com/dotnet/roslyn/pull/70157))
* Fix issues launching the server when a .NET 7 preview 7 runtime is installed (PR: [#70446](https://github.com/dotnet/roslyn/pull/70446))
* Ensure LSP didChange processing matches specification. (PR: [#70407](https://github.com/dotnet/roslyn/pull/70407))
* Update Razor to 7.0.0-preview.23516.2 (PR: [#6550](https://github.com/dotnet/vscode-csharp/pull/6550))
* Make sure correct info is passed in code action resolve (PR: [razor#9420](https://github.com/dotnet/razor/pull/9420))

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.9.0-1.23513.7",
"roslyn": "4.9.0-1.23519.13",
"omniSharp": "1.39.10",
"razor": "7.0.0-preview.23516.2",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 6f85387

Please sign in to comment.