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 52feb6c commit e0e8c1eCopy full SHA for e0e8c1e
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs
@@ -29,9 +29,6 @@ namespace PowerShellEditorServices.Test.E2E
29
[Trait("Category", "LSP")]
30
public class LanguageServerProtocolMessageTests : IClassFixture<LSPTestsFixture>, IDisposable
31
{
32
- // Borrowed from `VersionUtils` which can't be used here due to an initialization problem.
33
- private static bool IsLinux { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Linux);
34
-
35
private static readonly string s_binDir =
36
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
37
0 commit comments