File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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
- * Update Roslyn to 4.12.0-3.24461.4 (PR: [ #7554 ] ( https://github.com/dotnet/vscode-csharp/pull/7554 ) )
7
+ * Add signing support to VSIX (PR: [ #7490 ] ( https://github.com/dotnet/vscode-csharp/pull/7490 ) )
8
+ * Update Debugger to v2.47.0 (PR: [ #7547 ] ( https://github.com/dotnet/vscode-csharp/pull/7547 ) )
9
+ * Adds in support for .NET 9 Break for Async User-Unhandled
10
+ * Do not inject 'debugConsoleVerbosity' for 'coreclr' (PR: [ #7546 ] ( https://github.com/dotnet/vscode-csharp/pull/7546 ) )
11
+ * Do not auto surround ` < ` , ` [ ` and ` ( ` in XAML. (PR: [ #7540 ] ( https://github.com/dotnet/vscode-csharp/pull/7540 ) )
12
+ * Fix resolve fix all code action (PR: [ #7536 ] ( https://github.com/dotnet/vscode-csharp/pull/7536 ) )
13
+ * Update Roslyn to 4.12.0-3.24463.6 (PR: [ #7564 ] ( https://github.com/dotnet/vscode-csharp/pull/7564 ) )
14
+ * Fix order modifiers code action not showing up in vscode (PR: [ #75092 ] ( https://github.com/dotnet/roslyn/pull/75092 ) )
15
+ * Log unit test output (PR: [ #75084 ] ( https://github.com/dotnet/roslyn/pull/75084 ) )
8
16
* Fix issue where closing sourcelink document threw if not opened (PR: [ #75046 ] ( https://github.com/dotnet/roslyn/pull/75046 ) )
9
17
* Expose sourcelink option to VSCode (PR: [ #75044 ] ( https://github.com/dotnet/roslyn/pull/75044 ) )
10
18
* Report source generator failures in Hot Reload diagnostics (PR: [ #75029 ] ( https://github.com/dotnet/roslyn/pull/75029 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.12.0-3.24461.4 " ,
40
+ "roslyn" : " 4.12.0-3.24463.6 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24427.2" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments