Skip to content

Commit 7225e98

Browse files
Add EnableConsoleRepl flag
1 parent f176acf commit 7225e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/PowerShellEditorServices.Test.Host/ServerTestsBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected async Task<Tuple<int, int>> LaunchService(
6161
"-LogPath \"" + logPath + "\" " +
6262
"-SessionDetailsPath \".\\sessionDetails\" " +
6363
"-FeatureFlags @() " +
64+
"-EnableConsoleRepl " +
6465
"-AdditionalModules @() ",
6566
editorServicesModuleVersion);
6667

0 commit comments

Comments
 (0)