Skip to content

Commit adc0650

Browse files
fix stdio passing (#707)
1 parent d0899f7 commit adc0650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/Start-EditorServices.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ try {
310310
-AdditionalModules $AdditionalModules `
311311
-LanguageServiceNamedPipe $LanguageServicePipeName `
312312
-DebugServiceNamedPipe $DebugServicePipeName `
313-
-Stdio:($TransportType -eq "Stdio")`
313+
-Stdio:$Stdio.IsPresent`
314314
-BundledModulesPath $BundledModulesPath `
315315
-EnableConsoleRepl:$EnableConsoleRepl.IsPresent `
316316
-DebugServiceOnly:$DebugServiceOnly.IsPresent `

0 commit comments

Comments
 (0)