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 3274c23 commit 9df36edCopy full SHA for 9df36ed
src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs
@@ -36,7 +36,7 @@ namespace Microsoft.PowerShell.EditorServices.Commands
36
public sealed class StartEditorServicesCommand : PSCmdlet
37
{
38
// TODO: Remove this when we drop support for PS6.
39
- private static bool s_isWindows =
+ private readonly static bool s_isWindows =
40
#if CoreCLR
41
RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
42
#else
0 commit comments