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 77using System . IO ;
88using System . Linq ;
99using System . Reflection ;
10- using System . Runtime . InteropServices ;
1110using System . Text ;
1211using System . Threading ;
1312using System . Threading . Tasks ;
@@ -29,9 +28,6 @@ namespace PowerShellEditorServices.Test.E2E
2928 [ Trait ( "Category" , "LSP" ) ]
3029 public class LanguageServerProtocolMessageTests : IClassFixture < LSPTestsFixture > , IDisposable
3130 {
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-
3531 private static readonly string s_binDir =
3632 Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) ;
3733
You can’t perform that action at this time.
0 commit comments