File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-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
# 2.77.x
7
+ * Bump Razor to 10.0.0-preview.25255.4 (PR: [ #8249 ] ( https://github.com/dotnet/vscode-csharp/pull/8249 ) )
8
+ * Port remaining cohosting endpoints to VS Code (#11815 ) (PR: [ #11815 ] ( https://github.com/dotnet/razor/pull/11815 ) )
9
+ * Fix cohost semantic tokens in VS Code (#11816 ) (PR: [ #11816 ] ( https://github.com/dotnet/razor/pull/11816 ) )
10
+ * Fix some hardcoded values in cohosting (#11817 ) (PR: [ #11817 ] ( https://github.com/dotnet/razor/pull/11817 ) )
11
+ * Add new shared SelectXXXAsArray helpers (#11796 ) (PR: [ #11796 ] ( https://github.com/dotnet/razor/pull/11796 ) )
12
+ * Bump Roslyn to 5.0.0-1.25255.4 (PR: [ #8249 ] ( https://github.com/dotnet/vscode-csharp/pull/8249 ) )
13
+ * Move RestoreUseStaticGraphEvaluation setting inside repo (#78429 ) (PR: [ #78429 ] ( https://github.com/dotnet/roslyn/pull/78429 ) )
14
+ * Adjust LocalBinderFactory.VisitInvocationExpression to handle attributes on extension parameter (#78399 ) (PR: [ #78399 ] ( https://github.com/dotnet/roslyn/pull/78399 ) )
15
+ * Exclude EditorFeatures from rebuild check (#78437 ) (PR: [ #78437 ] ( https://github.com/dotnet/roslyn/pull/78437 ) )
16
+ * Ensure hover markdown for supported platforms uses non-breaking spaces for indentation (#78405 ) (PR: [ #78405 ] ( https://github.com/dotnet/roslyn/pull/78405 ) )
17
+ * Change O(n) + O(lg n) search in SolutionState.SortedProjectStates to just O(lg n) (#78427 ) (PR: [ #78427 ] ( https://github.com/dotnet/roslyn/pull/78427 ) )
18
+ * Fix syntax tree creation when modifying source generated documents (#78343 ) (PR: [ #78343 ] ( https://github.com/dotnet/roslyn/pull/78343 ) )
19
+ * Revert back to scouting queue (#78424 ) (PR: [ #78424 ] ( https://github.com/dotnet/roslyn/pull/78424 ) )
20
+ * Precursor work to merge EditorFeatures.WPF into EditorFeatures. (#78308 ) (PR: [ #78308 ] ( https://github.com/dotnet/roslyn/pull/78308 ) )
21
+ * Implement workaround for missing ValueTuple in remote debugger (#78393 ) (PR: [ #78393 ] ( https://github.com/dotnet/roslyn/pull/78393 ) )
7
22
8
23
# 2.76.x
9
24
* Bump Razor to 10.0.0-preview.25252.1 (PR: [ #8239 ] ( https://github.com/dotnet/vscode-csharp/pull/8239 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25252.3 " ,
43
+ "roslyn" : " 5.0.0-1.25255.4 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
- "razor" : " 10.0.0-preview.25252.1 " ,
45
+ "razor" : " 10.0.0-preview.25255.4 " ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
47
47
"xamlTools" : " 17.14.36010.33"
48
48
},
You can’t perform that action at this time.
0 commit comments