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 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# 2.78.x
7
+ * Bump Razor to 10.0.0-preview.25262.1(PR: [ #8283 ] ( https://github.com/dotnet/vscode-csharp/pull/8283 ) )
8
+ * Compiler: Replace SyntaxListBuilder with PooledArrayBuilder<T > and miscellaneous performance tweaks (PR: [ #11841 ] ( https://github.com/dotnet/razor/pull/11841 ) )
9
+ * Allow html requests to be properly cancelled (PR: [ #11829 ] ( https://github.com/dotnet/razor/pull/11829 ) )
10
+ * Fuse/typeparamintellisense (PR: [ #11795 ] ( https://github.com/dotnet/razor/pull/11795 ) )
11
+ * Port auto insert to VS Code (PR: [ #11828 ] ( https://github.com/dotnet/razor/pull/11828 ) )
7
12
8
13
# 2.77.x
9
14
* Bump xamlTools to 17.14.36106.43 (PR: [ #8260 ] ( https://github.com/dotnet/vscode-csharp/pull/8260 ) )
Original file line number Diff line number Diff line change 42
42
"defaults" : {
43
43
"roslyn" : " 5.0.0-1.25256.5" ,
44
44
"omniSharp" : " 1.39.12" ,
45
- "razor" : " 10.0.0-preview.25256.6 " ,
45
+ "razor" : " 10.0.0-preview.25262.1 " ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
47
47
"xamlTools" : " 17.14.36106.43"
48
48
},
You can’t perform that action at this time.
0 commit comments