File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
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 Razor to 9.0.0-preview.24327.6 (PR: [ #7273 ] ( https://github.com/dotnet/vscode-csharp/pull/7273 ) )
7
+ * Update Razor to 9.0.0-preview.24360.1 (PR: [ #7327 ] ( https://github.com/dotnet/vscode-csharp/pull/7327 ) )
8
+ * Improve perf in generator cache cases (PR: [ #10577 ] ( https://github.com/dotnet/razor/pull/10577 ) )
9
+ * Handle InsertReplaceEdit for completion (PR: [ #10563 ] ( https://github.com/dotnet/razor/pull/10563 ) )
10
+ * Use System.Text.Json for serialization (PR: [ #10551 ] ( https://github.com/dotnet/razor/pull/10551 ) )
11
+ * Support ` DocumentSymbol ` results from Roslyn (PR: [ #10560 ] ( https://github.com/dotnet/razor/pull/10560 ) )
8
12
* Use a named pipe to communicate projectinfo in vscode (PR: [ #10521 ] ( https://github.com/dotnet/razor/pull/10521 ) )
9
13
* Reduce allocations in Razor's DirectiveVisitor (PR: [ 10521] ( https://github.com/dotnet/razor/pull/10521 ) )
10
14
* Update Roslyn to 4.12.0-1.24359.11 (PR: [ #7326 ] ( https://github.com/dotnet/vscode-csharp/pull/7326 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.12.0-1.24359.11" ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24327.6 " ,
42
+ "razor" : " 9.0.0-preview.24360.1 " ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.12.35103.251"
45
45
},
Original file line number Diff line number Diff line change 5
5
6
6
export class ProvideSemanticTokensResponse {
7
7
// tslint:disable-next-line: variable-name
8
- constructor ( public Tokens : number [ ] , public HostDocumentSyncVersion : number ) { }
8
+ constructor ( public tokens : number [ ] , public hostDocumentSyncVersion : number ) { }
9
9
}
You can’t perform that action at this time.
0 commit comments