File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-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
# Latest
7
+ * Bump Razor to 9.0.0-preview.24418.1 (PR: [ #7456 ] ( https://github.com/dotnet/vscode-csharp/pull/7456 ) )
8
+ * Don't add already known documents to the misc files project (#10753 ) (PR: [ #10753 ] ( https://github.com/dotnet/razor/pull/10753 ) )
9
+ * Remove ItemCollection from TagHelperDescriptorProviderContext (#10720 ) (PR: [ #10720 ] ( https://github.com/dotnet/razor/pull/10720 ) )
10
+ * Cohost inlay hint support (#10672 ) (PR: [ #10672 ] ( https://github.com/dotnet/razor/pull/10672 ) )
11
+ * Fix excerpt service to allow for multi line verbatim strings (#10675 ) (PR: [ #10675 ] ( https://github.com/dotnet/razor/pull/10675 ) )
12
+ * Fix attribute parsing recovery (#10620 ) (PR: [ #10620 ] ( https://github.com/dotnet/razor/pull/10620 ) )
13
+ * Turn off trailing whitespace triming in strings (#10646 ) (PR: [ #10646 ] ( https://github.com/dotnet/razor/pull/10646 ) )
14
+ * Handle ` :get ` /` :set ` in ` EditorRequired ` checking (#10628 ) (PR: [ #10628 ] ( https://github.com/dotnet/razor/pull/10628 ) )
7
15
* Add option ` dotnet.completion.triggerCompletionInArgumentLists ` to disable completion in argument lists (PR: [ #7446 ] ( https://github.com/dotnet/vscode-csharp/pull/7446 ) )
8
16
* Bump Roslyn to 4.12.0-2.24417.1 (PR: [ #7446 ] ( https://github.com/dotnet/vscode-csharp/pull/7446 ) )
9
17
* Fix issue projects would fail to load with missing output path error (PR: [ #74791 ] ( https://github.com/dotnet/roslyn/pull/74791 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.12.0-2.24417.1" ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24366.2 " ,
42
+ "razor" : " 9.0.0-preview.24418.1 " ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.12.35216.22"
45
45
},
You can’t perform that action at this time.
0 commit comments