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 ea66b59 commit 5dfa09bCopy full SHA for 5dfa09b
src/PowerShellEditorServices/Session/SessionPSHostUserInterface.cs
@@ -41,6 +41,10 @@ internal IConsoleHost ConsoleHost
41
}
42
43
44
+#if !PowerShellv3 && !PowerShellv4 && !PowerShellv5r1 // Only available in Windows 10 Update 1 or higher
45
+ public override bool SupportsVirtualTerminal => true;
46
+#endif
47
+
48
#endregion
49
50
#region Constructors
0 commit comments