We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a8cb1 commit 254bc06Copy full SHA for 254bc06
test/PowerShellEditorServices.Test.E2E/TestsFixture.cs
@@ -82,6 +82,12 @@ public async Task InitializeAsync()
82
83
DirectoryInfo testdir =
84
Directory.CreateDirectory(Path.Combine(s_binDir, Path.GetRandomFileName()));
85
+
86
+ LanguageClient.Window.OnLogMessage((message, messageType) =>
87
+ {
88
+ Console.WriteLine($"{messageType.ToString()}: {message}");
89
+ });
90
91
await LanguageClient.Initialize(testdir.FullName);
92
93
// Make sure Script Analysis is enabled because we'll need it in the tests.
0 commit comments