We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52feb6c commit a476e9fCopy full SHA for a476e9f
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs
@@ -7,7 +7,6 @@
7
using System.IO;
8
using System.Linq;
9
using System.Reflection;
10
-using System.Runtime.InteropServices;
11
using System.Text;
12
using System.Threading;
13
using System.Threading.Tasks;
@@ -29,9 +28,6 @@ namespace PowerShellEditorServices.Test.E2E
29
28
[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