Skip to content

Commit 54734aa

Browse files
committed
Force cohosting off in non-cohost tests
1 parent de1976c commit 54734aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/razor/razorIntegrationTests/testAssets/RazorApp/.vscode/devkit_RazorApp.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dotnet.server.useOmnisharp": false,
1010
"omnisharp.enableLspDriver": false,
1111
"razor.server.trace": "Trace",
12-
"dotnet.preferCSharpExtension": false
12+
"dotnet.preferCSharpExtension": false,
13+
"razor.languageServer.cohostingEnabled": false
1314
}
1415
}

0 commit comments

Comments
 (0)