File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
test/PowerShellEditorServices.Test.E2E Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 7
7
using System . IO ;
8
8
using System . Linq ;
9
9
using System . Reflection ;
10
- using System . Runtime . InteropServices ;
11
10
using System . Text ;
12
11
using System . Threading ;
13
12
using System . Threading . Tasks ;
@@ -29,9 +28,6 @@ namespace PowerShellEditorServices.Test.E2E
29
28
[ Trait ( "Category" , "LSP" ) ]
30
29
public class LanguageServerProtocolMessageTests : IClassFixture < LSPTestsFixture > , IDisposable
31
30
{
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
31
private static readonly string s_binDir =
36
32
Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) ;
37
33
You can’t perform that action at this time.
0 commit comments