Skip to content

Commit f176acf

Browse files
committed
blah
1 parent 8e04e18 commit f176acf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/PowerShellEditorServices.Test.Host/ServerTestsBase.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ protected async Task<Tuple<int, int>> LaunchService(
5858
"-HostVersion \"1.0.0\" " +
5959
"-BundledModulesPath \\\"" + modulePath + "\\\" " +
6060
"-LogLevel \"Verbose\" " +
61-
"-LogPath \"" + logPath + "\" ",
61+
"-LogPath \"" + logPath + "\" " +
62+
"-SessionDetailsPath \".\\sessionDetails\" " +
63+
"-FeatureFlags @() " +
64+
"-AdditionalModules @() ",
6265
editorServicesModuleVersion);
6366

6467
if (waitForDebugger)

0 commit comments

Comments
 (0)