We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've supported the ability to disable (or otherwise not use) PSReadLine in the extension so far.
The new integrated console work so far makes assumptions about PSReadLine being available and loaded, but should provide a path for not using it.
This requires:
The non-PSRL host code looks like this:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs
Line 428 in 4fa0346
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Session/LegacyReadLineContext.cs
Lines 11 to 54 in 4fa0346
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Console/ConsoleReadLine.cs
Lines 19 to 618 in 4fa0346
In particular look for methods with LegacyReadLine in them
LegacyReadLine
The text was updated successfully, but these errors were encountered:
To solve in #1459
Sorry, something went wrong.
Fixed in #1584
No branches or pull requests
We've supported the ability to disable (or otherwise not use) PSReadLine in the extension so far.
The new integrated console work so far makes assumptions about PSReadLine being available and loaded, but should provide a path for not using it.
This requires:
The non-PSRL host code looks like this:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs
Line 428 in 4fa0346
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Session/LegacyReadLineContext.cs
Lines 11 to 54 in 4fa0346
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Console/ConsoleReadLine.cs
Lines 19 to 618 in 4fa0346
In particular look for methods with
LegacyReadLine
in themThe text was updated successfully, but these errors were encountered: