We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8747f1 commit 39a28eaCopy full SHA for 39a28ea
1 file changed
PowerShell.MCP.Proxy/Services/PowerShellProcessManager.cs
@@ -246,7 +246,7 @@ public static int LaunchPwsh(string? startupMessage = null)
246
{
247
// Escape single quotes for PowerShell
248
var escaped = startupMessage.Replace("'", "''");
249
- command = $"Write-Host '{escaped}' -ForegroundColor Green; Import-Module PowerShell.MCP,PSReadLine";
+ command = $"Write-Host '{escaped}' -ForegroundColor Green; Write-Host ''; Import-Module PowerShell.MCP,PSReadLine";
250
}
251
else
252
0 commit comments