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 39f8e4c commit 022c9c7Copy full SHA for 022c9c7
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