Skip to content

Commit b1e174e

Browse files
committed
fix fbp tests
1 parent 6849808 commit b1e174e

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)