File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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
# 2.50.x
7
+ * Update Roslyn to 4.13.0-1.24477.2 (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
8
+ * Use MSBuild globs to determine which file changes are relevant (PR: [ #75139 ] ( https://github.com/dotnet/roslyn/pull/75139 ) )
9
+ * Allow <code > in DocComments to render as a block in Hover response (PR: [ #75215 ] ( https://github.com/dotnet/roslyn/pull/75215 ) )
10
+ * Ignore irrelevant exceptions when reporting LSP server NFW (PR: [ #75150 ] ( https://github.com/dotnet/roslyn/pull/75150 ) )
7
11
* Bumped xamltools to 17.12.35326.17 (PR: [ #7610 ] ( https://github.com/dotnet/vscode-csharp/pull/7610 ) )
12
+ * Do not remove documents if they are not files (PR: [ #7607 ] ( https://github.com/dotnet/vscode-csharp/pull/7607 ) )
13
+ * Support copilot registerRelatedFilesProvider API (PR: [ #7605 ] ( https://github.com/dotnet/vscode-csharp/pull/7605 ) )
14
+ * Update Debugger packages to v2.50.0 (PR: [ #7597 ] ( https://github.com/dotnet/vscode-csharp/pull/7597 ) )
8
15
9
16
# 2.49.x
10
17
* Update Razor to 9.0.0-preview.24467.1
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.12 .0-3.24470.4 " ,
40
+ "roslyn" : " 4.13 .0-1.24477.2 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24467.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments