File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6
6
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
7
7
8
8
## Latest
9
+ * Update Roslyn to 4.9.0-1.23519.13 (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
10
+ * Filter completion list only with text before cursor (PR: [ #70448 ] ( https://github.com/dotnet/roslyn/pull/70448 ) )
11
+ * Bump MSBuild.StructuredLogger package version (PR: [ #70157 ] ( https://github.com/dotnet/roslyn/pull/70157 ) )
12
+ * Fix issues launching the server when a .NET 7 preview 7 runtime is installed (PR: [ #70446 ] ( https://github.com/dotnet/roslyn/pull/70446 ) )
13
+ * Ensure LSP didChange processing matches specification. (PR: [ #70407 ] ( https://github.com/dotnet/roslyn/pull/70407 ) )
9
14
* Update Razor to 7.0.0-preview.23516.2 (PR: [ #6550 ] ( https://github.com/dotnet/vscode-csharp/pull/6550 ) )
10
15
* Make sure correct info is passed in code action resolve (PR: [ razor #9420 ] ( https://github.com/dotnet/razor/pull/9420 ) )
11
16
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.9.0-1.23513.7 " ,
40
+ "roslyn" : " 4.9.0-1.23519.13 " ,
41
41
"omniSharp" : " 1.39.10" ,
42
42
"razor" : " 7.0.0-preview.23516.2" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments