Skip to content

Commit 910de18

Browse files
authored
Ensure fbp are enabled in tests (#8775)
2 parents cacdfc6 + f9b366d commit 910de18

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/devkit_slnWithCsproj.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"dotnet.defaultSolution": "b_SecondInOrder_SlnFile.sln",
99
"dotnet.server.useOmnisharp": false,
1010
"dotnet.preferCSharpExtension": false,
11+
"dotnet.projects.enableFileBasedPrograms": true
1112
}
1213
}

test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/.vscode/slnWithCsproj.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"dotnet.defaultSolution": "b_SecondInOrder_SlnFile.sln",
99
"dotnet.server.useOmnisharp": false,
1010
"dotnet.preferCSharpExtension": true,
11+
"dotnet.projects.enableFileBasedPrograms": true
1112
}
1213
}

0 commit comments

Comments
 (0)