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