We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3413a commit 7ed4903Copy full SHA for 7ed4903
src/PowerShellEditorServices/Services/PowerShell/Console/ConsoleReadLine.cs
@@ -5,14 +5,15 @@
5
using System.Threading;
6
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Execution;
7
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Host;
8
-using System;
9
using System.Collections.Generic;
10
using System.Management.Automation;
11
using System.Management.Automation.Language;
12
using System.Security;
13
14
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console
15
{
+ using System;
16
+
17
internal class ConsoleReadLine : IReadLine
18
19
private readonly PSReadLineProxy _psrlProxy;
0 commit comments