File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
test/razor/razorIntegrationTests/testAssets/RazorApp/.vscode Expand file tree Collapse file tree 3 files changed +4
-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.88.x
7
+ * Enable Razor Cohosting "on" by default (PR: [ #8469 ] ( https://github.com/dotnet/vscode-csharp/pull/8469 ) )
7
8
* Bump Roslyn to 5.0.0-2.25375.9 (PR: [ #8463 ] ( https://github.com/dotnet/vscode-csharp/pull/8463 ) )
8
9
* Add diagnostic provider for clients without dynamic registration(PR: [ #77984 ] ( https://github.com/dotnet/roslyn/pull/77984 ) )
9
10
* Fix eol handling on the last token in a file when formatting code actions(PR: [ #79602 ] ( https://github.com/dotnet/roslyn/pull/79602 ) )
Original file line number Diff line number Diff line change 1560
1560
},
1561
1561
"razor.languageServer.cohostingEnabled" : {
1562
1562
"type" : " boolean" ,
1563
- "default" : false ,
1563
+ "default" : true ,
1564
1564
"description" : " %configuration.razor.languageServer.cohostingEnabled%" ,
1565
1565
"tags" : [
1566
1566
" experimental"
Original file line number Diff line number Diff line change 9
9
"dotnet.server.useOmnisharp" : false ,
10
10
"omnisharp.enableLspDriver" : false ,
11
11
"razor.server.trace" : " Trace" ,
12
- "dotnet.preferCSharpExtension" : false
12
+ "dotnet.preferCSharpExtension" : false ,
13
+ "razor.languageServer.cohostingEnabled" : false
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments