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 cdc164c commit e8b5d84Copy full SHA for e8b5d84
PSReadLine/ReadLine.cs
@@ -44,7 +44,9 @@ public partial class PSConsoleReadLine : IPSConsoleReadLineMockableMethods
44
45
// This is used by PowerShellEditorServices (the backend of the PowerShell VSCode extension)
46
// so that it can call PSReadLine from a delegate and not hit nested pipeline issues.
47
+ #pragma warning disable CS0649
48
private static Action<CancellationToken> _handleIdleOverride;
49
+ #pragma warning restore CS0649
50
51
private bool _delayedOneTimeInitCompleted;
52
0 commit comments