File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# Latest
7
+ * Fix check for rzls being present (PR: [ #7462 ] ( https://github.com/dotnet/vscode-csharp/pull/7462 ) )
7
8
* Bump Razor to 9.0.0-preview.24418.1 (PR: [ #7456 ] ( https://github.com/dotnet/vscode-csharp/pull/7456 ) )
8
9
* Don't add already known documents to the misc files project (#10753 ) (PR: [ #10753 ] ( https://github.com/dotnet/razor/pull/10753 ) )
9
10
* Remove ItemCollection from TagHelperDescriptorProviderContext (#10720 ) (PR: [ #10720 ] ( https://github.com/dotnet/razor/pull/10720 ) )
12
13
* Fix attribute parsing recovery (#10620 ) (PR: [ #10620 ] ( https://github.com/dotnet/razor/pull/10620 ) )
13
14
* Turn off trailing whitespace triming in strings (#10646 ) (PR: [ #10646 ] ( https://github.com/dotnet/razor/pull/10646 ) )
14
15
* Handle ` :get ` /` :set ` in ` EditorRequired ` checking (#10628 ) (PR: [ #10628 ] ( https://github.com/dotnet/razor/pull/10628 ) )
16
+ * Include tooltip to Razor provisional completion (PR: [ #7440 ] ( https://github.com/dotnet/vscode-csharp/pull/7440 ) )
15
17
* Add option ` dotnet.completion.triggerCompletionInArgumentLists ` to disable completion in argument lists (PR: [ #7446 ] ( https://github.com/dotnet/vscode-csharp/pull/7446 ) )
16
- * Bump Roslyn to 4.12.0-2.24417.1 (PR: [ #7446 ] ( https://github.com/dotnet/vscode-csharp/pull/7446 ) )
18
+ * Bump Roslyn to 4.12.0-2.24422.6 (PR: [ #7463 ] ( https://github.com/dotnet/vscode-csharp/pull/7463 ) )
19
+ * Fix error closing source link documents in VSCode (PR: [ #74862 ] ( https://github.com/dotnet/roslyn/pull/74862 ) )
20
+ * Update LSP Protocol Types (PR: [ #73911 ] ( https://github.com/dotnet/roslyn/pull/73911 ) )
17
21
* Fix issue projects would fail to load with missing output path error (PR: [ #74791 ] ( https://github.com/dotnet/roslyn/pull/74791 ) )
18
22
* Expose option to disable completion triggers argument list (PR: [ #74792 ] ( https://github.com/dotnet/roslyn/pull/74792 ) )
19
23
* Bump xamltools to 17.12.35221.21 (PR: [ #7457 ] ( https://github.com/dotnet/vscode-csharp/pull/7457 ) )
24
+ * Update Debugger to v2.43.0 (PR: [ #7420 ] ( https://github.com/dotnet/vscode-csharp/pull/7420 ) )
20
25
21
26
# 2.44.x
22
27
* Bump Roslyn to 4.12.0-2.24416.3 (PR: [ #7448 ] ( https://github.com/dotnet/vscode-csharp/pull/7448 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.12.0-2.24417.1 " ,
40
+ "roslyn" : " 4.12.0-2.24422.6 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24418.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments